[Catalyst-commits] r6735 - trunk/Catalyst-Controller-BindLex/lib/Catalyst/Controller

jshirley at dev.catalyst.perl.org jshirley at dev.catalyst.perl.org
Fri Aug 24 18:08:17 GMT 2007


Author: jshirley
Date: 2007-08-24 18:08:16 +0100 (Fri, 24 Aug 2007)
New Revision: 6735

Modified:
   trunk/Catalyst-Controller-BindLex/lib/Catalyst/Controller/BindLex.pm
Log:
Fixing recipe pod

Modified: trunk/Catalyst-Controller-BindLex/lib/Catalyst/Controller/BindLex.pm
===================================================================
--- trunk/Catalyst-Controller-BindLex/lib/Catalyst/Controller/BindLex.pm	2007-08-24 04:26:06 UTC (rev 6734)
+++ trunk/Catalyst-Controller-BindLex/lib/Catalyst/Controller/BindLex.pm	2007-08-24 17:08:16 UTC (rev 6735)
@@ -263,7 +263,7 @@
 
 add
 
-    __PACKAGE__->config->{bindlex}{Param} => sub { $_[0]->req->params };
+    __PACKAGE__->config->{bindlex}{Param} = sub { $_[0]->req->params };
 
 =back
 




More information about the Catalyst-commits mailing list