From: Vincent Pit Date: Sat, 7 Feb 2009 20:27:59 +0000 (+0100) Subject: Get rid of Debian_CPANTS.txt X-Git-Tag: v0.07~19 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FBit-MorseSignals.git;a=commitdiff_plain;h=59ac23acb023d8b58679dd2e661377bca609e550 Get rid of Debian_CPANTS.txt --- diff --git a/.gitignore b/.gitignore index 07cb4ac..ace159f 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 9f6aac4..8edae49 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -41,6 +41,6 @@ WriteMakefile( COMPRESS => 'gzip -9f', SUFFIX => 'gz' }, clean => { - FILES => "$dist-* *.gcov *.gcda *.gcno cover_db" + FILES => "$dist-* *.gcov *.gcda *.gcno cover_db Debian_CPANTS.txt" }, );