]> git.vpit.fr Git - perl/modules/Sub-Nary.git/blobdiff - Makefile.PL
Get rid of Debian_CPANTS.txt
[perl/modules/Sub-Nary.git] / Makefile.PL
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;