Don't comment out uri_for.
Florian Ragwitz [Thu, 16 Oct 2008 00:08:47 +0000 (00:08 +0000)]
lib/Catalyst.pm

index 4113fed..e5a9a74 100644 (file)
@@ -1036,10 +1036,10 @@ using C<< $c->req->captures >>.
   # For the Foo action in the Bar controller
   $c->uri_for($c->controller->('Bar')->action_for('Foo'), $c->req->captures);
 
-=cut
-
 =back
 
+=cut
+
 sub uri_for {
     my ( $c, $path, @args ) = @_;