From: Tomas Doran Date: Mon, 19 Apr 2010 07:59:14 +0000 (+0000) Subject: Get it mostly working, except uri_for is still buggered X-Git-Tag: 5.80025~2^2~13^2~3^2~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=e8b299689361f7f8538d0f7adf70fc86fecba8b2 Get it mostly working, except uri_for is still buggered --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index dab2c8f..34d3d58 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -1321,7 +1321,7 @@ sub uri_for { # join args with '/', or a blank string my $args = join('/', grep { defined($_) } @args); $args =~ s/\?/%3F/g; # STUPID STUPID SPECIAL CASE - $args =~ s!^/+!!; +# $args =~ s!^/+!!; my $base = $c->req->base; my $class = ref($base); $base =~ s{(?