X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FSub-Nary.git;a=blobdiff_plain;f=Makefile.PL;h=0692a6dc7ac47510dfa99d56e0662f4577063f47;hp=9962c850398489503f439c3c91899a9d1f3644fc;hb=c891d1e303658fd5259e1c0bf46dd140f34f763a;hpb=bb2dcaf02009e802a3a28e38915779f93d402f55 diff --git a/Makefile.PL b/Makefile.PL index 9962c85..0692a6d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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;