]> git.vpit.fr Git - perl/modules/Scope-Context.git/commitdiff
Kill Debian_CPANTS.txt suffixes as well
authorVincent Pit <vince@profvince.com>
Fri, 20 Jan 2012 17:21:25 +0000 (18:21 +0100)
committerVincent Pit <vince@profvince.com>
Fri, 20 Jan 2012 17:23:43 +0000 (18:23 +0100)
.gitignore
Makefile.PL

index 6996d2e86701d1b9b88d1b21e440a9495bf82b93..dc4a52e296b51277a3871a0e946dd12ce0b4a127 100644 (file)
@@ -25,4 +25,4 @@ cover_db
 *.gcov
 *.gcno
 
-Debian_CPANTS.txt
+Debian_CPANTS.txt*
index 5fad2e717c8508f549c74b0bf94d1a067bbeea57..aff57ea3a0be04dab0f06cb330c6a0a43888f689 100644 (file)
@@ -49,6 +49,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*"
  }
 );