Bring bleadperl up to parity with CPAN for version.pm
authorJohn Peacock <jpeacock@messagesystems.com>
Sun, 16 Sep 2012 11:09:59 +0000 (07:09 -0400)
committerDavid Golden <dagolden@cpan.org>
Sun, 16 Sep 2012 11:09:59 +0000 (07:09 -0400)
commita6075c7300c497a2e670c1d26bb60551c0075e32
treeb7ba87bd4ed671af6dff615229ef06a758f323aa
parent4db91b87664af670123581a2ec65e24b185ba6ed
Bring bleadperl up to parity with CPAN for version.pm

Please find attached a patch to bleadperl to bring up to date with the
CPAN release of version.pm.  This release was to deal primarily with an
edge case in numifying alpha decimal versions:

   https://rt.cpan.org/Ticket/Display.html?id=79259

I've also synchronized all of the other version.pm test cases, so that
the code in core is identical to the CPAN release.

Signed-off-by: David Golden <dagolden@cpan.org>
lib/version.pm
lib/version/t/01base.t
lib/version/t/02derived.t
lib/version/t/03require.t
lib/version/t/05sigdie.t
lib/version/t/06noop.t
lib/version/t/07locale.t
lib/version/t/coretests.pm
util.c