]> git.vpit.fr Git - perl/modules/indirect.git/commitdiff
Kill Debian_CPANTS.txt suffixes as well
authorVincent Pit <vince@profvince.com>
Fri, 2 Nov 2012 13:03:07 +0000 (11:03 -0200)
committerVincent Pit <vince@profvince.com>
Fri, 2 Nov 2012 13:03:07 +0000 (11:03 -0200)
.gitignore
Makefile.PL

index 711afed6d48412512cc1360282cf61297a6dc270..442ec0c130e8318d8972c1175bdbf300b3caae17 100644 (file)
@@ -25,4 +25,4 @@ cover_db
 *.gcov
 *.gcno
 
-Debian_CPANTS.txt
+Debian_CPANTS.txt*
index c421a46ac2f39788b339730d1c61f6c190c10f63..f75ab5e6d28af2e044a5a8ec48d5a0b8a5f9f12b 100644 (file)
@@ -64,6 +64,6 @@ WriteMakefile(
   COMPRESS => 'gzip -9f', SUFFIX => 'gz'
  },
  clean            => {
-  FILES => "$dist-* *.gcov *.gcda *.gcno cover_db Debian_CPANTS.txt"
+  FILES => "$dist-* *.gcov *.gcda *.gcno cover_db Debian_CPANTS.txt*"
  },
 );