pause
pause copied to clipboard
$VERSION line parsing pulls out bogus line
As referenced in the email quoted in issue #75, PAUSE pulled this line out to use as the version:
if ($Bio::Root::Version::VERSION >= $version) {
I think the regexps in lib/PAUSE/pmfile.pm should be tightened.
This is an issue for Module::Metadata and Parse::PMFile.
PAUSE (at least what's on master) doesn't use those yet, though.
Parse::PMFile doesn't have this issue anymore (fixed in 0.11), and https://github.com/andk/pause/pull/70 should fix this for PAUSE.
Fixed.