diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-05-18 01:01:42 +0100 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2013-05-18 15:24:51 -0400 |
commit | fb598ba5e55920eb59105c932df653f4fea6966c (patch) | |
tree | e6e09698d237c93f2c0b38d09b65750b66393edc /installperl | |
parent | 664ba38731e2f5920049156e3bbc1d432b9ef080 (diff) | |
download | perl-fb598ba5e55920eb59105c932df653f4fea6966c.tar.gz |
Remove cpan/CPANPLUS and associated utilities
Diffstat (limited to 'installperl')
-rwxr-xr-x | installperl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installperl b/installperl index e64b1c39bf..0e590e1e3a 100755 --- a/installperl +++ b/installperl @@ -691,7 +691,7 @@ sub installlib { # lib/Archive/Tar/bin, the config_data script in lib/Module/Build/scripts # and zipdetails in cpan/IO-Compress/bin # (they're installed later with other utils) - return if $name =~ /^(?:cpan|instmodsh|prove|corelist|ptar|cpan2dist|cpanp|cpanp-run-perl|ptardiff|ptargrep|config_data|zipdetails)\z/; + return if $name =~ /^(?:cpan|instmodsh|prove|corelist|ptar|ptardiff|ptargrep|config_data|zipdetails)\z/; # ignore the Makefiles return if $name =~ /^makefile$/i; # ignore the test extensions |