]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - Makefile.PL
Add two missing dependencies for the suppressions trainer
[perl/modules/Test-Valgrind.git] / Makefile.PL
index badd52aecaa2080602ba957d5f82009072f23165..3ffa8fbdaa4b9204ab0853dfb75cdce4e0566e5e 100644 (file)
@@ -67,10 +67,12 @@ my %PREREQ_PM = (
  '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,
@@ -103,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",
  },
 );