Subject: | new kwalitee metric: distribution version formatting |
I was recently talking to the macports folks who create distribution port files for perl modules for macports. They say "version formatting is sometimes an issue for us - particularly versions that use alpha characters (prepending a "v" for instance)."
We can easily check for this with CPANTS -- so I propose that we add a metric to check that the distribution version (as in the "version" meta field, as well as the tarball filename) not only passes a version::is_lax() check, but also contains no alpha characters at all.