diff options
author | Yitzchak Scott-Thoennes <sthoenna@efn.org> | 2006-03-05 04:08:30 -0800 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-03-06 16:09:50 +0000 |
commit | bb4e916294fdfa799a0a8b106d12e462bbe2a427 (patch) | |
tree | c082c5896a0cf0f04b611100d5ae81fcb35cc7cb /installperl | |
parent | b30bcf62f5b15c203de3cee9cf8d918ec38ad867 (diff) | |
download | perl-bb4e916294fdfa799a0a8b106d12e462bbe2a427.tar.gz |
add Module::Build 0.27_08
Message-ID: <20060305200830.GA2660@efn.org>
p4raw-id: //depot/perl@27389
Diffstat (limited to 'installperl')
-rwxr-xr-x | installperl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installperl b/installperl index d50ee74847..2f59f4563a 100755 --- a/installperl +++ b/installperl @@ -806,9 +806,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 + # lib/Archive/Tar/bin, the config_data script in lib/Module/Build/scripts # (they're installed later with other utils) - return if $name =~ /^(?:cpan|instmodsh|prove|corelist|ptar|ptardiff)\z/; + return if $name =~ /^(?:cpan|instmodsh|prove|corelist|ptar|ptardiff|config_data)\z/; # ignore the Makefiles return if $name =~ /^makefile$/i; # ignore the test extensions |