Hi,

I am getting warnings from CX::L::Builder 0.41 on Catalyst 5.71.

Calling $c->model() will return a random model unless you specify one of:
* $c->config->{default_model} # the name of the default model to use
* $c->stash->{current_model} # the name of the model to use for this request
NB: in version 5.80, the "random" behavior will not work at all.
 at 
/usr/lib/perl5/site_perl/5.8.6/CatalystX/ListFramework/Builder/Model/Metadata.pm
line 71

It not fatal, but I thought I might mention it.
Dp.

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

Reply via email to