[Catalyst] Catalyst::Controller::BindLex RECIPE for :Param
Michael Reece
mreece at vinq.com
Tue Jan 2 19:29:24 GMT 2007
that did it! can you help me understand why?
should a similar syntax be used in place of __PACKAGE__->config->
{bindlex}{Param} = ... ?
On Jan 2, 2007, at 11:16 AM, Matt S Trout wrote:
>
> 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.
More information about the Catalyst
mailing list