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