From: Vincent Pit Date: Mon, 25 Aug 2008 12:50:58 +0000 (+0200) Subject: Get rid of Debian_CPANTS.txt X-Git-Tag: v0.05~8 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Valgrind.git;a=commitdiff_plain;h=b8a721f0d3f30df6eeed633788490950a3ae3785 Get rid of Debian_CPANTS.txt --- diff --git a/.gitignore b/.gitignore index 5a7f9af..10678ca 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,5 @@ cover_db *.gcda *.gcov *.gcno + +Debian_CPANTS.txt diff --git a/Makefile.PL b/Makefile.PL index 228fd1b..62a9060 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -78,7 +78,7 @@ WriteMakefile( . build_req, COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, - clean => { FILES => "Test-Valgrind-* lib/$supp *.gcov *.gcda *.gcno cover_db" }, + clean => { FILES => "Test-Valgrind-* lib/$supp *.gcov *.gcda *.gcno cover_db Debian_CPANTS.txt" }, ); 1 while unlink 'lib/' . $supp;