From: Vincent Pit Date: Wed, 20 Aug 2008 10:22:58 +0000 (+0200) Subject: Get rid of Debian_CPANTS.txt X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FSub-Nary.git;a=commitdiff_plain;h=c891d1e303658fd5259e1c0bf46dd140f34f763a Get rid of Debian_CPANTS.txt --- diff --git a/.gitignore b/.gitignore index 849fef3..8b354ae 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ cover_db *.gcda *.gcov *.gcno + +Debian_CPANTS.txt 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;