r57159 - /trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Apr 30 05:01:43 UTC 2010


Author: dmn
Date: Fri Apr 30 05:01:28 2010
New Revision: 57159

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57159
Log:
modules_already_packages: also skip t/

Modified:
    trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm

Modified: trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm?rev=57159&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl/Command/make.pm Fri Apr 30 05:01:28 2010
@@ -489,7 +489,7 @@
     File::Find::find(
         sub {
             if ( basename($File::Find::dir)
-                =~ /^(?:\.(?:git|svn|hg|)|CVS|eg|samples?|examples?)$/ )
+                =~ /^(?:\.(?:git|svn|hg|)|CVS|eg|samples?|examples?|t)$/ )
             {
                 $File::Find::prune = 1;
                 return;




More information about the Pkg-perl-cvs-commits mailing list