I would suppose that the maintainers follow this mailing list?
Near the beginning of Catalyst::Manual::Intro, it reads:
"Note that actions with the |:Global | attribute are equivalent to using a
|:Path('action_name') | attribute, so our action could be equivalently:"
However, the preceding listing it is referring to uses :Local, not :Global.