On 2 Jan 2007, at 19:07, Michael Reece wrote:

narrowed this down to a failure even with:

  package MyApp::Controller;
  use base qw/Catalyst::Controller/;
  __PACKAGE__->config;

Try changing the line in Root.pm that does

__PACKAGE__->config->{namespace} = '';

to

__PACKAGE__->config(namespace => '');

-- Matt S Trout, Technical Director, Shadowcat Systems Ltd. Offering custom development, consultancy and support contracts for Catalyst, DBIx::Class and BAST. Contact mst (at) shadowcatsystems.co.uk for details. + Help us build a better perl ORM: http://dbix- class.shadowcatsystems.co.uk/ +



_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to