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.