Revision history for Perl extension SemVer.
0.3.0 2011-05-26T04:54:50
- Made leading zeros, such as the "04" in "1.04.3" illegal when parsing
via `new()`.
- Eliminted "Use of qw(...) as parentheses is deprecated" in the tests
when running on Perl 5.14.
0.2.0 2010-09-17T17:59:57
- Require Test::Pod 1.41 for testing POD because it supports
`L<text|url>`.
0.1.0 2010-09-16T19:07:04
- Initial version, created with lots of help and feedback from
version.pm author John Peacock