in reply to Re^3: Seeking thoughts on version numbers in modules
in thread Seeking thoughts on version numbers in modules
...If you are author of a package and wonder if your $VERSION can be parsed, please try the above method.perl -MExtUtils::MakeMaker -le \ 'print MM->parse_version(shift)' filename
CPAN::DistnameInfo - Extract distribution name and version from a distribution filename.
|
|---|