in reply to Finding version of a Perl module


I usually use this:
perl -le 'eval "require $ARGV[0]" and print $ARGV[0]->VERSION' Some::M +odule

--
John.

Replies are listed 'Best First'.
Re^2: Finding version of a Perl module
by ikegami (Patriarch) on Sep 09, 2005 at 14:08 UTC