[Catalyst-dev] View::TT config ignores EVAL_PERL

Matt S Trout dbix-class at trout.me.uk
Fri Aug 8 02:55:23 BST 2008


On Thu, Aug 07, 2008 at 05:07:06PM +0000, shtil at comcast.net wrote:
> When I set it like:

Is that in MyApp.pm ? If not you just want ->config(EVAL_PERL => 1);

> __PACKAGE__->config('
>                     'View::TT' => {EVAL_PERL => 1});
> 
> EVAL_PERL seems to be ignored.

The entire config is passed through to Template. Nothing's ignored.

If you can't get this working please send:

your View::TT subclass

your MyApp.pm

your config file

your startup debug log

-- 
      Matt S Trout       Need help with your Catalyst or DBIx::Class project?
   Technical Director                    http://www.shadowcat.co.uk/catalyst/
 Shadowcat Systems Ltd.  Want a managed development or deployment platform?
http://chainsawblues.vox.com/            http://www.shadowcat.co.uk/servers/



More information about the Catalyst-dev mailing list