diff options
author | Rafael Garcia-Suarez <rgs@consttype.org> | 2009-10-14 11:35:10 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2009-10-14 13:25:35 +0200 |
commit | 4540f59a80659a16e527881ee79708395298a9ea (patch) | |
tree | 42951cf2de836f9c207036f17443fe44e2ca174e /installperl | |
parent | d4c22fec77d7244882ce42a93a4ad25bdada2519 (diff) | |
download | perl-4540f59a80659a16e527881ee79708395298a9ea.tar.gz |
Don't install uupacktool.pl
Diffstat (limited to 'installperl')
-rwxr-xr-x | installperl | 2 |
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, |