X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=ce1b99779a1d810c8571b6e6666a8911d74250cc;hb=cbc78ed3600426ed4bd21f069a0afb334a94a4b1;hp=5397afa726e6da000326205283fdcd96ff73eca4;hpb=3a859aa7502f69dbe6445a1eee8af49250f823d0;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/Makefile.PL b/Makefile.PL index 5397afa..ce1b997 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -64,7 +64,8 @@ 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, 'POSIX' => 0, 'Perl::Destruct::Level' => 0, @@ -102,7 +103,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", }, );