X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScope-Upper.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=396ccecfa224b3cf44e9473ed753d540ff3ca888;hp=787889a4585d1167824b7cc6d41f39687ef01e9f;hb=5a71bc0bc99995b5b45244cbb9017f1381deef2d;hpb=79c287e8d9ef6964f70eabda8205fac71bf1b3fe 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,