X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=dcac0c9053ad00db193941d1afe1bd59061b81f8;hb=e88c20f0a4b0b3c4f2177c1200a9a37d53fbe14a;hp=cb1e72920941e3ec29434d90363cd19eb535ef49;hpb=987e9c3448c1fc1668b162e3d25c39f6593ba000;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/Makefile.PL b/Makefile.PL index cb1e729..dcac0c9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -108,6 +108,7 @@ WriteMakefile( PREREQ_PM => { 'Carp' => 0, 'Exporter' => 0, + 'Fcntl' => 0, 'POSIX' => 0, 'Perl::Destruct::Level' => 0, 'Test::Builder' => 0, @@ -124,6 +125,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 ::