X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=dcac0c9053ad00db193941d1afe1bd59061b81f8;hb=9a6e8be3534feee179fe0d63d284948f340ac67d;hp=1ac71726eae30d9e71bc2f3cbe8b3b752c4754f9;hpb=8d66aa098b18f8c9724b12bf446d330905122c57;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/Makefile.PL b/Makefile.PL index 1ac7172..dcac0c9 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -108,9 +108,10 @@ WriteMakefile( PREREQ_PM => { 'Carp' => 0, 'Exporter' => 0, + 'Fcntl' => 0, 'POSIX' => 0, 'Perl::Destruct::Level' => 0, - 'Test::More' => 0, + 'Test::Builder' => 0, }, dist => { PREOP => "touch lib/$supp; " @@ -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 ::