The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension SemVer.

0.4.0  2012-11-20T18:59:33Z
      - Updated the parsers to support an optional dash before the prerelease
        version, and `normal()` to always emit a dash for the prerelease
        version. This brings it in line with the final semver 1.0.0
        specification.

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