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

Matt S Trout dbix-class at trout.me.uk
Wed Sep 3 11:00:00 BST 2008


On Wed, Aug 27, 2008 at 03:55:23PM +0000, shtil at comcast.net wrote:
> > 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.
>
> I finally got around to this:
> 
> my View::TT subclass attached as Template.pm

the 'View::TT' config key configures MyApp::View::TT.

Your view is called MyApp::View::Template.

Please rename one.

-- 
      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