To achieve what you want, change the config:
> __PACKAGE__->config->{path} = '/secret_path';
>
> method index($c) :Path { }
>
>
> Charlie
>
Thanks. I found that mentioned in the COntroller docs, once you mentioned it. However,
it also refers to :PathPrefix as well as :Local, :Path, etc, which I've not seen
documented elsewhere. What's that?