X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=28863db8cac9692ac15b5932a23c170890c86664;hb=a92a30a59d0760084af9299e8faf69c3c2bf9758;hp=cb1e72920941e3ec29434d90363cd19eb535ef49;hpb=cbcfbd4cf52c82c81817773ec9dbca8a02b41052;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/Makefile.PL b/Makefile.PL index cb1e729..28863db 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -124,6 +124,11 @@ WriteMakefile( package MY; +sub test { + my $test = shift->SUPER::test(@_); + return "test :: Makefile.bak blib/archpub/Test/Valgrind/perlTestValgrind.supp\n" . $test; +} + sub postamble { <<'POSTAMBLE'; clean ::