X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=Makefile.PL;h=f49f086e293ba02cab466bfd25e0accefeec085c;hp=430cc537cbcc50834003b28285779cf846eb0508;hb=45a3dd330d3bd0465641ef2e58ec0ebeee70d7a1;hpb=7b9a8ae944bb32360e3a8807ec6cb05376fd4183 diff --git a/Makefile.PL b/Makefile.PL index 430cc53..f49f086 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -65,6 +65,7 @@ my %PREREQ_PM = ( my %BUILD_REQUIRES =( 'Config' => 0, 'ExtUtils::MakeMaker' => 0, + 'File::Spec' => 0, 'IO::Handle' => 0, 'IO::Select' => 0, 'IPC::Open3' => 0, @@ -88,13 +89,13 @@ my %META = ( bugtracker => "http://rt.cpan.org/Dist/Display.html?Name=$dist", homepage => "http://search.cpan.org/dist/$dist/", license => 'http://dev.perl.org/licenses/', - repository => "http://git.profvince.com/?p=perl%2Fmodules%2F$dist.git", + repository => "http://git.vpit.fr/?p=perl%2Fmodules%2F$dist.git", }, ); WriteMakefile( NAME => $name, - AUTHOR => 'Vincent Pit ', + AUTHOR => 'Vincent Pit ', LICENSE => 'perl', VERSION_FROM => $file, ABSTRACT_FROM => $file,