This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don't install dbm_filter_util.pl
authorJerry D. Hedden <jdhedden@cpan.org>
Mon, 2 Apr 2007 09:31:13 +0000 (02:31 -0700)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 2 Apr 2007 19:51:08 +0000 (19:51 +0000)
From: "Jerry D. Hedden" <jdhedden@yahoo.com>
Message-ID: <721682.89546.qm@web30209.mail.mud.yahoo.com>

p4raw-id: //depot/perl@30831

installperl

index 521e4f5..0123e53 100755 (executable)
@@ -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,