Patrick Ludwig wrote:
> 
> On Mon, Nov 20, 2000 at 10:47:33AM -0500, Steve Borruso wrote:
> > Is there any way I can tell how current a particular installed module is, and if
> > so, compare it against where ever
> > the "golden" version is kept (assuming there is one official location).
> 
> >From the friendly manual...(more or less)
> 
> perl -MLWP -e'print "$LWP::VERSION\n"'
> 

Or better yet..
perl -e 'use CPAN;CPAN::Shell->r;'

-Tim

Reply via email to