The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Release history for Gentoo-PerlMod-Version

0.3.1 2011-10-22T14:35:08Z
 - Maintenance Release

 [Dependencies::New::Runtime]
 - strict
 - warnings

 [Dependencies::Removed::Test]
 - English

 [Internals]
 - VERSION no longer declared in BEGIN
 - All Packages declare $AUTHORITY

 [Packaging]
 - Move Changelog to CPAN::Changes format.
 - Move author/release tests to xt/
 - Update LICENSE ( Indentation, Address )
 - Git Repo URI's are now all https://
 - Added x_authority

0.3.0 2011-02-26T02:08:13Z
 - Switch to @Author::KENTNL bundle.
 - Don't strip excess 0 groups.
 - Use standard 'normalized' dotted-decimal versions ( without leading 'v'
   and with at least 3 components ) ( Thanks to Torsten Veller )

0.2.2 2011-01-11T14:20:34Z
 - Added POD to the script to be helpful.
 - Removed a few errors from the POD.
 - Hack it so lax version doesn't influence the whole parse, instead,
   laxing is only applied when its deemed the input isn't within a defined
   format.
 - Dropped _has_bad_bits in favour of individual targeted regex.

0.2.1 2011-01-10T21:14:42Z
 - Fix a minor issue where v-strings were rejected because we thought they
   were ascii. Thanks to Torsten Veller for reporting.

0.2.0 2011-01-09T22:26:45Z
 - Managed to accidentally sneak the last one out without the dep on
   version.pm.
 - Redid the whole version split->lint-tidyup chain w/ Vincent Pits code.
   ( Thanks VPIT )

0.001.000 2011-01-09T19:24:56Z
 - First version, released on an unsuspecting world.