[Catalyst] Catalyst::Controller::BindLex RECIPE for :Param
Matt S Trout
dbix-class at trout.me.uk
Tue Jan 2 19:16:58 GMT 2007
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/ +
More information about the Catalyst
mailing list