Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: CDZWM [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 5.8004
Fixed in: 5.8004



Subject: Catalyst-Manual-Intro document error
http://search.cpan.org/~hkclark/Catalyst-Manual- 5.8004/lib/Catalyst/Manual/Intro.pod#Actions description about Global action HAS AN ERROR. Root-level (:Global) package MyApp::Controller::Foo; sub foo : Global { } Matches http://localhost:3000/foo - that is, the action is mapped directly to the controller namespace, ignoring the function name. I think it should is : Root-level (:Global) package MyApp::Controller::Foo; sub foo : Global { } Matches http://localhost:3000/foo - that is, the action is mapped directly to the function name, ignoring the controller namespace.
Thanks. Fixed in 5.8005