How Can I Update All CPAN Perl Modules At Once?

Run the following from a command-line:

perl -MCPAN -e 'CPAN::Shell->install(CPAN::Shell->r)'

2008-04-08 Update: An observant reader noticed that my example was missing an ending quote.