#!/usr/local/bin/perl -w # # cpr # # From: Randal Schwartz # # This rocks. Run it every morning. See what is new in the CPAN, to # know if you're running downrev standard modules. # # Unfortunately, we are now up to 7 things in the CPAN where new # versions won't install even though the old versions did, on a fairly # vanilla platform (sunos 5.5.1). # # Modules to install (or be current) all of the time: # install Bundle::CPAN This gets MD5, libnet # reload cpan # install Bundle::libnet # install MD5 # install LWP::Simple # install CGI # install Getopt::Long # install String::CRC32 # install Image::Size # use CPAN; CPAN::Shell->r; shell;