]> git.vpit.fr Git - perl/modules/with.git/commitdiff
Get rid of Debian_CPANTS.txt
authorVincent Pit <vince@profvince.com>
Sat, 7 Feb 2009 21:36:16 +0000 (22:36 +0100)
committerVincent Pit <vince@profvince.com>
Sat, 7 Feb 2009 21:36:16 +0000 (22:36 +0100)
.gitignore
Makefile.PL

index f9a49b1a85f28996a1ecacf3d922fb6c174f6592..9ed50d3bdad6a314f9f9b70780cecda2757c2041 100644 (file)
@@ -21,3 +21,5 @@ cover_db
 *.gcda
 *.gcov
 *.gcno
 *.gcda
 *.gcov
 *.gcno
+
+Debian_CPANTS.txt
index 070d4a2a5f1583ce803f41e32f641a76238c5fc9..b331f67c9786f0a18f94f8a9e68c4a2ae582fb0c 100644 (file)
@@ -43,6 +43,6 @@ WriteMakefile(
         COMPRESS => 'gzip -9f', SUFFIX => 'gz'
     },
     clean            => {
         COMPRESS => 'gzip -9f', SUFFIX => 'gz'
     },
     clean            => {
-        FILES => "$dist-* *.gcov *.gcda *.gcno cover_db"
+        FILES => "$dist-* *.gcov *.gcda *.gcno cover_db Debian_CPANTS.txt"
     },
 );
     },
 );