diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-08-07 10:32:26 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-08-07 10:41:04 +0100 |
commit | 2ca4a82e4992cef284e3ce9716fea66ec947e01d (patch) | |
tree | 126f989cc7493b42222c289c4be6625d02625ddf /write_buildcustomize.pl | |
parent | 287e9fa667dea09a6b41b11e1be4ccc73927e200 (diff) | |
download | perl-2ca4a82e4992cef284e3ce9716fea66ec947e01d.tar.gz |
Move ExtUtils-Command to cpan/
Maintained by the Perl Toolchain Gang now
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 cf429a906c..fbcbd3575a 100644 --- a/write_buildcustomize.pl +++ b/write_buildcustomize.pl @@ -28,7 +28,7 @@ if ( @ARGV ) { my @toolchain = qw(cpan/AutoLoader/lib dist/Carp/lib dist/PathTools dist/PathTools/lib - dist/ExtUtils-Command/lib + cpan/ExtUtils-Command/lib dist/ExtUtils-Install/lib cpan/ExtUtils-MakeMaker/lib dist/ExtUtils-Manifest/lib |