pause icon indicating copy to clipboard operation
pause copied to clipboard

$VERSION line parsing pulls out bogus line

Open tsibley opened this issue 11 years ago • 3 comments

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.

tsibley avatar Apr 22 '14 22:04 tsibley

This is an issue for Module::Metadata and Parse::PMFile.

karenetheridge avatar Apr 23 '14 18:04 karenetheridge

PAUSE (at least what's on master) doesn't use those yet, though.

tsibley avatar Apr 23 '14 22:04 tsibley

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.

charsbar avatar Oct 10 '14 08:10 charsbar

Fixed.

rjbs avatar Apr 28 '23 12:04 rjbs