X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=3ffa8fbdaa4b9204ab0853dfb75cdce4e0566e5e;hb=dc609e9b9b97e5f6c68a9b42a26f0ffb491f3c9e;hp=7df01b4e48eb10784294132a5bfa0770c9c339f9;hpb=5be34712ef7215c65ac440695cd679578624fdca;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/Makefile.PL b/Makefile.PL index 7df01b4..3ffa8fb 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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/?p=perl/modules/$dist.git", + repository => "http://git.profvince.com/?p=perl%2Fmodules%2F$dist.git", }, );