[Catalyst-commits] r8128 - Catalyst-Runtime/5.70/trunk/lib

bricas at dev.catalyst.perl.org bricas at dev.catalyst.perl.org
Thu Jul 17 01:37:49 BST 2008


Author: bricas
Date: 2008-07-17 01:37:48 +0100 (Thu, 17 Jul 2008)
New Revision: 8128

Modified:
   Catalyst-Runtime/5.70/trunk/lib/Catalyst.pm
Log:
doc typo fix (rafl)

Modified: Catalyst-Runtime/5.70/trunk/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.70/trunk/lib/Catalyst.pm	2008-07-16 17:35:39 UTC (rev 8127)
+++ Catalyst-Runtime/5.70/trunk/lib/Catalyst.pm	2008-07-17 00:37:48 UTC (rev 8128)
@@ -525,7 +525,7 @@
 Any extra arguments are directly passed to ACCEPT_CONTEXT.
 
 If the name is omitted, it will look for 
- - a model object in $c->stash{current_model_instance}, then
+ - a model object in $c->stash->{current_model_instance}, then
  - a model name in $c->stash->{current_model}, then
  - a config setting 'default_model', or
  - check if there is only one model, and return it if that's the case.
@@ -578,7 +578,7 @@
 Any extra arguments are directly passed to ACCEPT_CONTEXT.
 
 If the name is omitted, it will look for 
- - a view object in $c->stash{current_view_instance}, then
+ - a view object in $c->stash->{current_view_instance}, then
  - a view name in $c->stash->{current_view}, then
  - a config setting 'default_view', or
  - check if there is only one view, and return it if that's the case.




More information about the Catalyst-commits mailing list