This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Merge CPAN version.pm tests into CORE.
authorJohn Peacock <jpeacock@cpan.org>
Mon, 12 Dec 2011 17:57:11 +0000 (12:57 -0500)
committerDavid Golden <dagolden@cpan.org>
Thu, 15 Dec 2011 14:22:16 +0000 (09:22 -0500)
commit543eec9e1979e2f18230c426eaf530e04c6a86b6
tree1ff9a250f8f0874a5464e2998e3c23414cf5da85
parent85ca3be751f142ad43c1dabcac68ab17a69c4c4d
Merge CPAN version.pm tests into CORE.

It has become increasingly difficult to maintain the CPAN tests
and the CORE tests, so include the [subtly edited] CPAN tests
into the CORE code instead.  NOTE: this also bumps $VERSION to
match the forthcoming CPAN release.

Signed-off-by: David Golden <dagolden@cpan.org>
MANIFEST
lib/version.pm
lib/version/t/01base.t [new file with mode: 0644]
lib/version/t/02derived.t [new file with mode: 0644]
lib/version/t/03require.t [new file with mode: 0644]
lib/version/t/04strict_lax.t [new file with mode: 0644]
lib/version/t/05sigdie.t [new file with mode: 0644]
lib/version/t/06noop.t [new file with mode: 0644]
lib/version/t/07locale.t [new file with mode: 0644]
lib/version/t/coretests.pm [moved from lib/version.t with 71% similarity]