[Catalyst-commits] r13294 -
Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Sat May 22 10:14:57 GMT 2010
Author: t0m
Date: 2010-05-22 11:14:57 +0100 (Sat, 22 May 2010)
New Revision: 13294
Modified:
Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Actions.pod
Log:
Fixes rt.cpan.org #57361
Modified: Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Actions.pod
===================================================================
--- Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Actions.pod 2010-05-22 03:00:05 UTC (rev 13293)
+++ Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Actions.pod 2010-05-22 10:14:57 UTC (rev 13294)
@@ -46,7 +46,7 @@
$c->stash->{what} = 'world';
};
- after 'extecute' => sub {
+ after 'execute' => sub {
my ( $self, $controller, $c, $test ) = @_;
$c->stash->{foo} = 'bar';
};
More information about the Catalyst-commits
mailing list