[Catalyst] ConfigLoader and TT config
Richard Jolly
richardjolly at mac.com
Tue Mar 21 22:16:48 CET 2006
Hi,
I've been upgrading from 5.33 to 5.66, and one new item is
ConfigLoader. So I tried moving the TT config from
package MyApp::V::TT;
__PACKAGE__->config({
EVAL_PERL => 0,
});
to a config file like:
myapp.yml
name: MyApp
MyApp::V::TT:
EVAL_PERL: 0
But no matter what variations I tried it wouldn't pick them up. Other
config options - for plugins like PageCache, appeared to work.
Am I missing something?
Thanks,
Richard
More information about the Catalyst
mailing list