Julien Sobrier wrote:
__PACKAGE__->config->{'Plugin::Authentication'} = {
        default => {

<snip>

There might be a better way to do it.

A better way to do it is calling config as a method, rather than doing direct hash access.

So:

__PACKAGE__->config('Plugin::Authentication' => {...

Cheers
t0m

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

Reply via email to