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.