X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=3ffa8fbdaa4b9204ab0853dfb75cdce4e0566e5e;hb=943acd9991dfbe73afc5eca6921767f098f5e6a9;hp=5397afa726e6da000326205283fdcd96ff73eca4;hpb=3a859aa7502f69dbe6445a1eee8af49250f823d0;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/Makefile.PL b/Makefile.PL index 5397afa..3ffa8fb 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -64,12 +64,15 @@ 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, @@ -102,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", }, );