Subject: | [patch] spelling error |
The attached patch against 5.8004 fixes a spelling error.
Thanks, Frank
Subject: | Actions.pod.patch |
diff --git a/lib/Catalyst/Manual/Actions.pod b/lib/Catalyst/Manual/Actions.pod
index 38288bb..41247c8 100644
--- a/lib/Catalyst/Manual/Actions.pod
+++ b/lib/Catalyst/Manual/Actions.pod
@@ -46,7 +46,7 @@ the Action class:
$c->stash->{what} = 'world';
};
- after 'extecute' => sub {
+ after 'execute' => sub {
my ( $self, $controller, $c, $test ) = @_;
$c->stash->{foo} = 'bar';
};