
Gives CPAN shell full capability (history, etc).
Installs a bunch of modules commonly used for testing (including Test::Simple, Test::More, Test::Harness, Test::Pod, Test::Builder and Test::Warn).
I use this in all my modules to test for module coverage.
Installs all my modules.
Needed by some stuff on my ~/bin.
Allows me to keep a minimal CPAN mirror on my machine.
Needed by some stuff on my ~/bin.
This is what I use to start all my modules.
I use this in vim.
Fast and clean presentation creation.
Needed by some stuff on my ~/bin.
I use this in a lot of projects, especially when testing web sites.
Code coverage metrics for Perl.

Jose Castro,
<cog@cpan.org>

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?"