I was looking across some perlmonks posting, and I came across a reply to a post that seemed useful. Putting this in a crontab will automatically update the CPAN modules that you have installed in your system.

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