NAME
Task::BeLike::YANICK - like Yanick? Be like Yanick!
VERSION
version 0.7.0
SYNOPSIS
$ cpan Task::BeLike::YANICK
DESCRIPTION
This Task module installs the modules that I use on a regular basis.
Wait, there is more! It can also update the modules that I use on a regular basis! To do that, do
TASK_UPGRADE=1 cpan -f Task::BeLike::YANICK
MODULES INSTALLED BY THIS TASK
General
Might not use'em all, but I want them all near me, just in case.
-
my $iterator = Set::CrossProduct->new([ [ a..z ], [ 1..10 ], ]);
while( my $i = $iterator->get ) { print @$i; }
Permutations are fun!
Object-Oriented Frameworks
XML Processing
Because writing XML should be left to professionals.
Useful for quick'n'dirty XML creation or slurping.
Can't leave out my baby, now, can I?
Applications
Git repo herder.
grep is nice, but ack is just nicer.
Want to share a directory over http?
$ cd /path/to/dir/we/wanna/share
$ http_this
Want to know where the module is?
module_info Task::BeLike::YANICK
Web Development
So you think you can dance?
My templating system of choice.
I prefer HTML::Mason, but TT is used in an awful lot
of applications.
A must for testing and small web hacks. Plus, this module name always reminds me of Battletech.
Version Control Systems
Effortlessly import CPAN distros in a Git repository.
Testing
Add some class to your testing.
Raise the bar, millimeter by millimeter.
Development
"You're going to tell me what you know. EVERYTHING you know..."
"...and you are going to tell me... IN COLORS!"
Because my minions should know that their missions should always either end in success, or death...
Part of the core as of 5.10.1.
First, there was constant, then Readonly, and now Const::Fast.
Because tidy code is so easier to read.
Which version of Foo::Bar am I running, and in which lib directory is it hidding?
Because search.cpan.org doesn't deserved to be poked every five minutes.
CPAN
Slam, bang, thank you CPAN.
CPAN asks for it, so there it is.
-
cpan-outdated | cpanm
Dist::Zilla
Rooooar!
One bundle to configure'em all...
Git-related Dist::Zilla actions.
Github actions.
AUTHOR
Yanick Champoux, <yanick at cpan.org>
BUGS
Please report any bugs or feature requests to
bug-task-belike-yanick at rt.cpan.org, or through the web
interface at
http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Task-BeLike-YANICK.
I will be notified, and then you'll automatically be notified of
progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Task::BeLike::YANICK
You can also look for information at:
- AnnoCPAN: Annotated CPAN documentation
http://annocpan.org/dist/Task-BeLike-YANICK
- CPAN Ratings
http://cpanratings.perl.org/d/Task-BeLike-YANICK
- RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Task-BeLike-YANICK
- Search CPAN
http://search.cpan.org/dist/Task-BeLike-YANICK
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Copyright 2009 Yanick Champoux, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
Yanick Champoux yanick@cpan.org
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Yanick Champoux.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.