[Catalyst-commits] r8542 - Catalyst-Runtime/5.80/trunk/lib

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Thu Oct 16 01:08:47 BST 2008


Author: rafl
Date: 2008-10-16 01:08:47 +0100 (Thu, 16 Oct 2008)
New Revision: 8542

Modified:
   Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
Log:
Don't comment out uri_for.

Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm	2008-10-15 23:17:24 UTC (rev 8541)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm	2008-10-16 00:08:47 UTC (rev 8542)
@@ -1036,10 +1036,10 @@
   # For the Foo action in the Bar controller
   $c->uri_for($c->controller->('Bar')->action_for('Foo'), $c->req->captures);
 
+=back
+
 =cut
 
-=back
-
 sub uri_for {
     my ( $c, $path, @args ) = @_;
 




More information about the Catalyst-commits mailing list