]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - Makefile.PL
Get rid of all pointers to Test::Valgrind::Tool::SuppressionsParser
[perl/modules/Test-Valgrind.git] / Makefile.PL
index 697c079ca1aebbb4e798d37b9fd90a58f405b935..3ffa8fbdaa4b9204ab0853dfb75cdce4e0566e5e 100644 (file)
@@ -64,13 +64,17 @@ my %PREREQ_PM = (
  'File::HomeDir'         => '0.86',
  'File::Path'            => 0,
  'File::Spec'            => 0,
- 'File::Temp'            => 0,
+ 'File::Temp'            => '0.14', # OO interface
+ 'Filter::Util::Call'    => 0,
  'Fcntl'                 => 0,
+ 'List::Util'            => 0,
  'POSIX'                 => 0,
  'Perl::Destruct::Level' => 0,
  'Scalar::Util'          => 0,
  'Test::Builder'         => 0,
+ 'Test::More'            => 0,
  'XML::Twig'             => 0,
+ 'base'                  => 0,
  'version'               => 0,
 );
 
@@ -85,6 +89,7 @@ my %META = (
   'File::Spec'          => 0,
   'POSIX'               => 0,
   'Scalar::Util'        => 0,
+  'base'                => 0,
   'version'             => 0,
  },
  build_requires => {
@@ -100,7 +105,7 @@ my %META = (
   bugtracker => "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=$dist",
   homepage   => "http://search.cpan.org/dist/$dist/",
   license    => 'http://dev.perl.org/licenses/',
-  repository => "http://git.profvince.com/perl/modules/$dist.git",
+  repository => "http://git.profvince.com/?p=perl%2Fmodules%2F$dist.git",
  },
 );