[Catalyst] auto method never triggered

Kieren Diment diment at gmail.com
Sun Nov 1 09:29:59 GMT 2009


On 01/11/2009, at 3:36 PM, Julien Sobrier wrote:

> BTW, both Root.pm and Admin.pm have this line:
>
> __PACKAGE__->config->{namespace} = '';
>
> Not sure if it makes a difference.


Yes it does.  This line stops the Root controller matching /root in  
the public namespace.  Having this in two different controllers will  
have unpredictable consequences.



More information about the Catalyst mailing list