]> git.vpit.fr Git - perl/modules/IPC-MorseSignals.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 ce7623eb648cd16b3d00bafa1c67e1456ba44937..fef312347a5ec2510a8569aa37ca844a9d6e1a3a 100644 (file)
@@ -40,7 +40,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",
  },
 );