]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - Makefile.PL
More suppressions
[perl/modules/Test-Valgrind.git] / Makefile.PL
index 1ac71726eae30d9e71bc2f3cbe8b3b752c4754f9..dcac0c9053ad00db193941d1afe1bd59061b81f8 100644 (file)
@@ -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 ::