in reply to Grabbing info from cpan

#!/usr/bin/perl use strict; use warnings; system('pmvers CGI File::Find Clone Catalyst::Runtime');

Updated: This script by Fastolfe uses CPAN:

RE: find perl module version from commandline. Uses commandline, sorry:). To run it, for example,

perl script.pl CGI File::Find Clone Catalyst::Runtime

Replies are listed 'Best First'.
Re^2: Grabbing info from cpan
by Anonymous Monk on Jul 23, 2008 at 06:04 UTC
    Nope, pmvers doesn't fetch the list of latest modules from CPAN