]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - Makefile.PL
Remove the now useless dist.sh script
[perl/modules/Test-Valgrind.git] / Makefile.PL
index 221229fbbb6c4df9720c3d3374d221231b625418..62a9060bca44076d67a588b4ad2f05770a812e9c 100644 (file)
@@ -78,7 +78,16 @@ 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;
 
+package MY;
+
+sub postamble {
+ <<POSTAMBLE;
+clean ::
+\t\$(CP) lib/Test/Valgrind/Suppressions.{tpl,pm}
+\t\$(TOUCH) lib/Test/Valgrind/perlTestValgrind.supp
+POSTAMBLE
+}