]> git.vpit.fr Git - perl/modules/subs-auto.git/commitdiff
Get rid of Debian_CPANTS.txt
authorVincent Pit <vince@profvince.com>
Thu, 4 Sep 2008 21:49:12 +0000 (23:49 +0200)
committerVincent Pit <vince@profvince.com>
Thu, 4 Sep 2008 21:49:12 +0000 (23:49 +0200)
Makefile.PL

index 162da6509344a45dd3ca876b3adaaf5ff7d2b140..fb42c97578bf76c3aaf0cda8763aac4e1b265eeb 100644 (file)
@@ -36,7 +36,7 @@ WriteMakefile(
                       . build_req,
         COMPRESS   => 'gzip -9f', SUFFIX => 'gz'
     },
-    clean         => { FILES => 'subs-auto-* *.gcov *.gcda *.gcno cover_db' }
+    clean         => { FILES => 'subs-auto-* *.gcov *.gcda *.gcno cover_db Debian_CPANTS.txt' }
 );
 
 1;