From: Rafael Garcia-Suarez Date: Wed, 14 Oct 2009 09:35:10 +0000 (+0200) Subject: Don't install uupacktool.pl X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4540f59a80659a16e527881ee79708395298a9ea;p=p5sagit%2Fp5-mst-13.2.git Don't install uupacktool.pl --- diff --git a/installperl b/installperl index bfa5d48..32cfdb6 100755 --- a/installperl +++ b/installperl @@ -716,7 +716,7 @@ sub installlib { # ignore patch backups, RCS files, emacs backup & temp files and the # .exists files, .PL files, and test files. - return if $name =~ m{\.orig$|\.rej$|~$|^#.+#$|,v$|^\.exists|\.PL$|\.plc$|\.t$|^test\.pl$|^dbm_filter_util\.pl$|^filter-util\.pl$|^\.gitignore$} || + return if $name =~ m{\.orig$|\.rej$|~$|^#.+#$|,v$|^\.exists|\.PL$|\.plc$|\.t$|^test\.pl$|^dbm_filter_util\.pl$|^filter-util\.pl$|^uupacktool\.pl$|^\.gitignore$} || $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,