From: Vincent Pit Date: Wed, 22 Apr 2009 20:51:43 +0000 (+0200) Subject: Slashes are reserved and hence must be encoded in the search part of an URL X-Git-Tag: v0.05~3 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fsubs-auto.git;a=commitdiff_plain;h=2dd3f28e8615c4122d68e6b2f77eb85f27d8f67b Slashes are reserved and hence must be encoded in the search part of an URL --- diff --git a/Makefile.PL b/Makefile.PL index 4a297c2..72e3933 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -18,7 +18,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/?p=perl/modules/$dist.git", + repository => "http://git.profvince.com/?p=perl%2Fmodules%2F$dist.git", }, );