- or download this
eval "package Some::Module; $_" for grep m/ = /, split /\n/, <<'=cut';
...
$VERSION = 0.1
=cut
- or download this
$ perldoc ./Some/Module.pm | grep VERSION
This document describes Some::Module, $VERSION = 0.1
...
$ perl -MExtUtils::MakeMaker \
-le'print MM->parse_version(shift)' Some/Module.pm
0.1