r56337 - /trunk/dh-make-perl/Build.PL

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sat Apr 17 21:04:56 UTC 2010


Author: dmn
Date: Sat Apr 17 21:04:40 2010
New Revision: 56337

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56337
Log:
Build.PL: remove 'Build' and '_build' on clean

Modified:
    trunk/dh-make-perl/Build.PL

Modified: trunk/dh-make-perl/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/Build.PL?rev=56337&op=diff
==============================================================================
--- trunk/dh-make-perl/Build.PL (original)
+++ trunk/dh-make-perl/Build.PL Sat Apr 17 21:04:40 2010
@@ -49,7 +49,7 @@
         'Test::More'        => 0,
         'File::Touch'       => 0,
     },
-    add_to_cleanup      => [ 'DhMakePerl-*' ],
+    add_to_cleanup      => [ 'DhMakePerl-*', 'Build', '_build' ],
     script_files        => [ 'dh-make-perl' ],
     install_path        => {
         share   => '/usr/share/dh-make-perl',




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