CONTENTS
Bundle::CPAN
Gives CPAN shell full capability (history, etc).
Bundle::Test
Installs a bunch of modules commonly used for testing (including Test::Simple, Test::More, Test::Harness, Test::Pod, Test::Builder and Test::Warn).
Test::Pod::Coverage
I use this in all my modules to test for module coverage.
Bundle::COG
Installs all my modules.
Astro::MoonPhase
Needed by some stuff on my ~/bin.
CPAN::Mini
Allows me to keep a minimal CPAN mirror on my machine.
Date::DayOfWeek
Needed by some stuff on my ~/bin.
Module::Starter
This is what I use to start all my modules.
Perl::Tidy
I use this in vim.
Spork
Fast and clean presentation creation.
Time::HiRes
Needed by some stuff on my ~/bin.
WWW::Mechanize
I use this in a lot of projects, especially when testing web sites.
Devel::Cover
Code coverage metrics for Perl.
AUTHOR
Jose Castro, <cog@cpan.org>
ACKNOWLEDGEMENTS
I got the idea for this very useful (to me) Bundle out of Simon's Bundle::SDK::SIMON. Apart from saving me much time whenever I go to a new machine, it can also serve as a way to show others what I'm using.
I got the nerve to do it after reading this: http://use.perl.org/~Ovid/journal/26818. Afterall, "What is the CPAN for?"