diff options
author | Nicholas Clark <nick@ccl4.org> | 2013-07-16 11:23:50 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2013-07-16 20:17:39 +0200 |
commit | fb7942811c8097ed2e61fd35a90345226546176a (patch) | |
tree | 9fa10286adb800209c32013743a2f4256ab67b0b /Makefile.SH | |
parent | 7d279cabb7b2168bc324f9c63b1e89c02412259e (diff) | |
download | perl-fb7942811c8097ed2e61fd35a90345226546176a.tar.gz |
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
Diffstat (limited to 'Makefile.SH')
-rwxr-xr-x | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index ef304795df..3ec2a88e6c 100755 --- a/Makefile.SH +++ b/Makefile.SH @@ -1270,7 +1270,7 @@ _cleaner2: -rmdir lib/Sys lib/Scalar/Util lib/Scalar -rmdir lib/Term/UI lib/Thread lib/Tie/Hash -rmdir lib/Test/Builder/Tester lib/Test/Builder lib/Test - -rmdir lib/Unicode/Collate + -rmdir lib/Unicode/Collate lib/version -rmdir lib/XS/APItest lib/XS -rmdir lib/inc/latest lib/inc -rmdir lib/autodie/exception lib/autodie lib/encoding lib/threads |