summaryrefslogtreecommitdiff
path: root/installperl
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgs@consttype.org>2009-10-14 11:35:10 +0200
committerRafael Garcia-Suarez <rgs@consttype.org>2009-10-14 13:25:35 +0200
commit4540f59a80659a16e527881ee79708395298a9ea (patch)
tree42951cf2de836f9c207036f17443fe44e2ca174e /installperl
parentd4c22fec77d7244882ce42a93a4ad25bdada2519 (diff)
downloadperl-4540f59a80659a16e527881ee79708395298a9ea.tar.gz
Don't install uupacktool.pl
Diffstat (limited to 'installperl')
-rwxr-xr-xinstallperl2
1 files changed, 1 insertions, 1 deletions
diff --git a/installperl b/installperl
index bfa5d48b51..32cfdb6694 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,