diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2013-10-24 18:09:14 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2013-10-24 18:09:14 +0100 |
commit | cb8c84586a7e77e1b9100e6d88a6a9d18041ae96 (patch) | |
tree | f6a0ebbe9f044f2eb27b0dc48936103198ca8b60 /write_buildcustomize.pl | |
parent | 41e70615a0bf7f35048f8163e68f1b9936509b9a (diff) | |
download | perl-cb8c84586a7e77e1b9100e6d88a6a9d18041ae96.tar.gz |
Move Cwd and List-Util to folders named as per their CPAN distributions
Diffstat (limited to 'write_buildcustomize.pl')
-rw-r--r-- | write_buildcustomize.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/write_buildcustomize.pl b/write_buildcustomize.pl index 73bf8f054d..df74fc4d63 100644 --- a/write_buildcustomize.pl +++ b/write_buildcustomize.pl @@ -20,7 +20,7 @@ my $file = 'lib/buildcustomize.pl'; my @toolchain = qw(cpan/AutoLoader/lib dist/Carp/lib - dist/Cwd dist/Cwd/lib + dist/PathTools dist/PathTools/lib dist/ExtUtils-Command/lib dist/ExtUtils-Install/lib cpan/ExtUtils-MakeMaker/lib |