Subject: | Calling $c->model() will return a random model |
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