This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move version from lib/ to cpan/
authorNicholas Clark <nick@ccl4.org>
Tue, 16 Jul 2013 09:23:50 +0000 (11:23 +0200)
committerNicholas Clark <nick@ccl4.org>
Tue, 16 Jul 2013 18:17:39 +0000 (20:17 +0200)
commitfb7942811c8097ed2e61fd35a90345226546176a
tree9fa10286adb800209c32013743a2f4256ab67b0b
parent7d279cabb7b2168bc324f9c63b1e89c02412259e
Move version from lib/ to cpan/

Whilst there are still several differences between what's in core and what's
in the CPAN tarball, moving the files in core to their own directory with
the same layout as the CPAN distribution simplifies things.

Somewhat surprisingly, none of the toolchain modules C<use version;> so
there's no need to add to lib/buildcustomize.pl
20 files changed:
MANIFEST
META.json
META.yml
Makefile.SH
Porting/Maintainers.pl
cpan/version/lib/version.pm [moved from lib/version.pm with 100% similarity]
cpan/version/lib/version.pod [moved from lib/version.pod with 100% similarity]
cpan/version/lib/version/Internals.pod [moved from lib/version/Internals.pod with 100% similarity]
cpan/version/t/01base.t [moved from lib/version/t/01base.t with 100% similarity]
cpan/version/t/02derived.t [moved from lib/version/t/02derived.t with 100% similarity]
cpan/version/t/03require.t [moved from lib/version/t/03require.t with 100% similarity]
cpan/version/t/04strict_lax.t [moved from lib/version/t/04strict_lax.t with 100% similarity]
cpan/version/t/05sigdie.t [moved from lib/version/t/05sigdie.t with 100% similarity]
cpan/version/t/06noop.t [moved from lib/version/t/06noop.t with 100% similarity]
cpan/version/t/07locale.t [moved from lib/version/t/07locale.t with 100% similarity]
cpan/version/t/coretests.pm [moved from lib/version/t/coretests.pm with 100% similarity]
lib/.gitignore
t/porting/known_pod_issues.dat
win32/Makefile
win32/makefile.mk