X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=Makefile.PL;h=f49f086e293ba02cab466bfd25e0accefeec085c;hp=a084ca5c2833533d1e4a203a7aaa6034d5ff4301;hb=45a3dd330d3bd0465641ef2e58ec0ebeee70d7a1;hpb=bde376117bfa1b3cc6b40bfe28e19ef120ba3ae0 diff --git a/Makefile.PL b/Makefile.PL index a084ca5..f49f086 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -89,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,