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.
_______________________________________________
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/