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

index 07cb4aca03f79d99a49e239051e995850782114b..ace159f059858a80858024edd58d77869ab2abbc 100644 (file)
@@ -21,3 +21,5 @@ cover_db
 *.gcda
 *.gcov
 *.gcno
 *.gcda
 *.gcov
 *.gcno
+
+Debian_CPANTS.txt
index 9f6aac42634e6f4b66a80ec9001e91a3ea55816b..8edae496731d4ce44e70eb076005dab82a939629 100644 (file)
@@ -41,6 +41,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"
     },
 );
     },
 );