diff options
author | Jerry D. Hedden <jdhedden@cpan.org> | 2007-04-02 02:31:13 -0700 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-04-02 19:51:08 +0000 |
commit | f7388fd6271b888f4147705eaf2b3a0dd01c3e3d (patch) | |
tree | d525868b5b4aefec961652907e485ccb911a96d4 /installperl | |
parent | 277e868c1c62af9319379385544f564e302be2b0 (diff) | |
download | perl-f7388fd6271b888f4147705eaf2b3a0dd01c3e3d.tar.gz |
Don't install dbm_filter_util.pl
From: "Jerry D. Hedden" <jdhedden@yahoo.com>
Message-ID: <721682.89546.qm@web30209.mail.mud.yahoo.com>
p4raw-id: //depot/perl@30831
Diffstat (limited to 'installperl')
-rwxr-xr-x | installperl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installperl b/installperl index 521e4f5527..0123e53666 100755 --- a/installperl +++ b/installperl @@ -823,7 +823,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$} || + return if $name =~ m{\.orig$|\.rej$|~$|^#.+#$|,v$|^\.exists|\.PL$|\.plc$|\.t$|^test\.pl$|^dbm_filter_util.pl$} || $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, |