diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2014-05-31 14:19:38 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2014-05-31 16:02:46 +0100 |
commit | a4678072490238d5486d82870232ae0dd4b0df01 (patch) | |
tree | 8842bde234fcd8d0fe272b2eacf191c50269a32a /installperl | |
parent | 339aa067c11aafe098a0dd18fd51c1e1f147e056 (diff) | |
download | perl-a4678072490238d5486d82870232ae0dd4b0df01.tar.gz |
Remove Module-Build remnants
Diffstat (limited to 'installperl')
-rwxr-xr-x | installperl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/installperl b/installperl index 5acc06a821..9d445ac787 100755 --- a/installperl +++ b/installperl @@ -671,10 +671,9 @@ sub installlib { # ignore the cpan script in lib/CPAN/bin, the instmodsh and xsubpp # scripts in lib/ExtUtils, the prove script in lib/Test/Harness, # the corelist script from lib/Module/CoreList/bin and ptar* in - # lib/Archive/Tar/bin, the config_data script in lib/Module/Build/scripts - # and zipdetails in cpan/IO-Compress/bin + # lib/Archive/Tar/bin and zipdetails in cpan/IO-Compress/bin # (they're installed later with other utils) - return if $name =~ /^(?:cpan|instmodsh|prove|corelist|ptar|ptardiff|ptargrep|config_data|zipdetails)\z/; + return if $name =~ /^(?:cpan|instmodsh|prove|corelist|ptar|ptardiff|ptargrep|zipdetails)\z/; # ignore the Makefiles return if $name =~ /^makefile$/i; # ignore the test extensions |