[Catalyst-commits] r7351 - in Catalyst-Runtime/5.70/trunk: . lib/Catalyst

marcus at dev.catalyst.perl.org marcus at dev.catalyst.perl.org
Fri Jan 4 22:26:52 GMT 2008


Author: marcus
Date: 2008-01-04 22:26:51 +0000 (Fri, 04 Jan 2008)
New Revision: 7351

Modified:
   Catalyst-Runtime/5.70/trunk/Changes
   Catalyst-Runtime/5.70/trunk/lib/Catalyst/Controller.pm
Log:
changes, pod fix

Modified: Catalyst-Runtime/5.70/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.70/trunk/Changes	2008-01-04 01:26:49 UTC (rev 7350)
+++ Catalyst-Runtime/5.70/trunk/Changes	2008-01-04 22:26:51 UTC (rev 7351)
@@ -1,6 +1,6 @@
 # This file documents the revision history for Perl extension Catalyst.
 
-5.7012
+5.7012  2007-12-16 23:44:00
         - Fix __PACKAGE__->config->{foo} = 'bar' case with subclassing
         - Add Catalyst::Stats (Jon Schutz)
         - Fixed a bug where ?q=bar=baz is decoded as q=>'bar', not 'bar=baz'.

Modified: Catalyst-Runtime/5.70/trunk/lib/Catalyst/Controller.pm
===================================================================
--- Catalyst-Runtime/5.70/trunk/lib/Catalyst/Controller.pm	2008-01-04 01:26:49 UTC (rev 7350)
+++ Catalyst-Runtime/5.70/trunk/lib/Catalyst/Controller.pm	2008-01-04 22:26:51 UTC (rev 7351)
@@ -310,7 +310,7 @@
 will be bound to 'foo/bar'. The default Root controller is an example
 of setting namespace to '' (the null string).
 
-=head2 prefix 
+=head2 path 
 
 Sets 'path_prefix', as described below.
 




More information about the Catalyst-commits mailing list