summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-01-27 17:37:27 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-01-27 17:37:27 +0000
commitf147377d8126988b94c5b789d9938f750c0eac5d (patch)
tree9954b54fe2726e0cbcac0dfec9dc859b502a1fcd
parent624fd9102911561793d41d176b791819a44586b0 (diff)
downloadperl-f147377d8126988b94c5b789d9938f750c0eac5d.tar.gz
Don't install ptardiff in the module tree
p4raw-id: //depot/perl@26964
-rwxr-xr-xinstallperl4
1 files changed, 2 insertions, 2 deletions
diff --git a/installperl b/installperl
index 3f3670fe7a..d50ee74847 100755
--- a/installperl
+++ b/installperl
@@ -805,10 +805,10 @@ sub installlib {
$dir =~ m{/t(?:/|$)};
# 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
+ # the corelist script from lib/Module/CoreList/bin and ptar* in
# lib/Archive/Tar/bin
# (they're installed later with other utils)
- return if $name =~ /^(?:cpan|instmodsh|prove|corelist|ptar)\z/;
+ return if $name =~ /^(?:cpan|instmodsh|prove|corelist|ptar|ptardiff)\z/;
# ignore the Makefiles
return if $name =~ /^makefile$/i;
# ignore the test extensions