Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 73364
Status: new
Priority: 0/
Queue: Module-Release-Git

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

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



Subject: Distro version parsing fails with PBP-style three-part version numbers
As with Module::Release bug #72845, this module does not parse three-number versions as recommended by "Perl Best Practices". Instead, two numbers are assumed and the result is that only the last two numbers in the version are parsed, resulting in mistagging of releases. I've made a tentative fix here: https://github.com/wu-lee/module--release--git/tree/parse-three-part-versions However, see that other bug, as the problem exists in Module::Release::SVN too, and the fix could be usefully shared.