Skip Menu |

This queue is for tickets about the Catalyst-Manual CPAN distribution.

Report information
The Basics
Id: 57361
Status: resolved
Priority: 0/
Queue: Catalyst-Manual

People
Owner: bobtfish [...] bobtfish.net
Requestors: frank.wiegand [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 5.8004
Fixed in: (no value)



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'; };
Fixed in r13294, thanks for the bug report!