[Catalyst] ConfigLoader and TT config
Christopher H. Laco
claco at chrislaco.com
Tue Mar 21 22:21:57 CET 2006
Richard Jolly wrote:
> 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
I think it has to be the relative view noame sans Myapp:
V::TT:
EVAL_PERL: 0
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: OpenPGP digital signature
Url : http://lists.rawmode.org/pipermail/catalyst/attachments/20060321/a8e1534a/attachment.pgp
More information about the Catalyst
mailing list