X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=396ccecfa224b3cf44e9473ed753d540ff3ca888;hb=b9276d0a822f0597b3a4514eda3095c41596e219;hp=787889a4585d1167824b7cc6d41f39687ef01e9f;hpb=bed9ac0713800543385ae073d3c046fb3390190a;p=perl%2Fmodules%2FScope-Upper.git diff --git a/Makefile.PL b/Makefile.PL index 787889a..396ccec 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -113,13 +113,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,