From: Rafael Garcia-Suarez Date: Fri, 27 Jan 2006 17:37:27 +0000 (+0000) Subject: Don't install ptardiff in the module tree X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ca32a3cb1c0028e0af83f06b1c6f81bdd71aff15;p=p5sagit%2Fp5-mst-13.2.git Don't install ptardiff in the module tree p4raw-id: //depot/perl@26964 --- diff --git a/installperl b/installperl index 3f3670f..d50ee74 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