]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commitdiff
Slashes are reserved and hence must be encoded in the search part of an URL
authorVincent Pit <vince@profvince.com>
Wed, 22 Apr 2009 20:51:43 +0000 (22:51 +0200)
committerVincent Pit <vince@profvince.com>
Wed, 22 Apr 2009 20:52:48 +0000 (22:52 +0200)
Makefile.PL

index 8b77428a8ee0ace4d868a706a16a3da55dcddad7..48eace94fbc2da1a9a33e6533eda04be96305a08 100644 (file)
@@ -16,7 +16,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",
  },
 );