Skip Menu |

This queue is for tickets about the Module-Metadata CPAN distribution.

Maintainer(s)' notes

Attention bug reporters: issues MUST include the version of Module::Metadata that you are running that exhibit the stated symptoms. thank you!

Report information
The Basics
Id: 87599
Status: rejected
Priority: 0/
Queue: Module-Metadata

People
Owner: Nobody in particular
Requestors: ether [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



perl -MModule::Metadata -wle'print Module::Metadata->new_from_file($ARGV[0])->version' `perldoc -lm Test::More` prints '0.98_05', not '0.9805'. see also RT#87438
On 2013-08-04 12:15:04, ETHER wrote: Show quoted text
> perl -MModule::Metadata -wle'print Module::Metadata-
> >new_from_file($ARGV[0])->version' `perldoc -lm Test::More`
> > prints '0.98_05', not '0.9805'. > > see also RT#87438
This is as designed. Herp derp. Let's fix the underscore issues in version.pm.