]> git.vpit.fr Git - perl/modules/Scalar-Vec-Util.git/commitdiff
Kill Debian_CPANTS.txt suffixes as well
authorVincent Pit <vince@profvince.com>
Mon, 24 Sep 2012 17:40:59 +0000 (19:40 +0200)
committerVincent Pit <vince@profvince.com>
Mon, 24 Sep 2012 23:24:29 +0000 (01:24 +0200)
.gitignore
Makefile.PL

index 999e9cdca98b3707a1b65fa11b15d28fbef48355..6cbac84ed73f70a080159331fabbbebd7e0f0319 100644 (file)
@@ -25,4 +25,4 @@ cover_db
 *.gcov
 *.gcno
 
-Debian_CPANTS.txt
+Debian_CPANTS.txt*
index 3f24eabbbf9e6819f4844188d86e262660fc4ba5..533f27d7ec3f82665a3d000d300c2d1d84d40320 100644 (file)
@@ -132,7 +132,7 @@ 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*"
  },
 );