Subject: | Invalid version format (non-numeric data) |
I received the following error when installing this module using carton:
Invalid version format (non-numeric data)
I think the error comes from Module::Build::Version which defines rules
for perl module versions and doesn't like the 'a' in 0.29a
Reading the perlmodstyle guildlines they say "A correct CPAN version
number is a floating point number with at least 2 digits after the decimal."
Any chance you could bump to a compliant version number? This is
affects upstream CAM::PDF for the same reasons.