]> git.vpit.fr Git - perl/modules/Sub-Nary.git/commitdiff
Get rid of Debian_CPANTS.txt
authorVincent Pit <vince@profvince.com>
Wed, 20 Aug 2008 10:22:58 +0000 (12:22 +0200)
committerVincent Pit <vince@profvince.com>
Wed, 20 Aug 2008 10:22:58 +0000 (12:22 +0200)
.gitignore
Makefile.PL

index 849fef31020c146e56199d77b5cb47e19debeaef..8b354aef67cceb1c4531a0ac2047400b9d77e27b 100644 (file)
@@ -21,3 +21,5 @@ cover_db
 *.gcda
 *.gcov
 *.gcno
+
+Debian_CPANTS.txt
index 9962c850398489503f439c3c91899a9d1f3644fc..0692a6dc7ac47510dfa99d56e0662f4577063f47 100644 (file)
@@ -36,7 +36,7 @@ WriteMakefile(
                         . build_req,
         COMPRESS     => 'gzip -9f', SUFFIX => 'gz'
     },
-    clean         => { FILES => 'Sub-Nary-* *.gcov *.gcda *.gcno cover_db' }
+    clean         => { FILES => 'Sub-Nary-* *.gcov *.gcda *.gcno cover_db Debian_CPANTS.txt' }
 );
 
 1;