[Catalyst] Any chance there is an arbitrary limit to how many
classes you can load this way...?
Matt S Trout
dbix-class at trout.me.uk
Thu Oct 11 21:12:16 GMT 2007
On Tue, Oct 09, 2007 at 07:12:18PM -0700, Dustin Suchter wrote:
> I added the following line to lib/MyApp.pm and the problem is now fixed:
>
> __PACKAGE__->config( default_view => qr/View::TT$/ );
That should just be => 'TT'
Your problem was probably having 'MyApp::View::TT' in there instead.
--
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
mailing list