Subject: | Catalyst::Manual::Intro#Action-types :Global broken doc |
(Sorry about raising a new ticket. I forgot to put a subject line in the
original ticket, but RT wouldn't let me go back and put one in.)
https://metacpan.org/module/Catalyst::Manual::Intro#Action-types
"Root-level (:Global)
...
Matches http://localhost:3000/foo - that is, the action is mapped
directly to the controller namespace, ignoring the function name."
This description seems to be wrong. It seems like it should be:
"... that is, the action is mapped directly to the method name, ignoring
the controller namespace."