[Catalyst] Any chance there is an arbitrary limit to how many classes you can load this way...?

Dustin Suchter dsuchter at ucla.edu
Wed Oct 10 03:12:18 GMT 2007


I added the following line to lib/MyApp.pm and the problem is now fixed:

__PACKAGE__->config( default_view => qr/View::TT$/ );

Thanks everyone,
-d

Juan Miguel Paredes wrote:
> On 10/9/07, Dustin Suchter <dsuchter at ucla.edu> wrote:
>> Why yes they are! There are classes like, 'User' and 'UserRoles'.
>> This overlap happens a few time, actually.
>>
>> Can you elaborate on your solution? I'm a YAML beginner...
>>
> 
> The issue may be configuration related (not especific to YAML, though
> it's a common option, at least for now ;) and as jrockway gave some
> tip on default_view configuration, that might suit your case.  If the
> problem goes on, maybe more details (or even a self-contained test
> case) would help to figure out what's happenning.
> 
> Regards,
> 
> Juan.
> 
> _______________________________________________
> List: Catalyst at lists.scsys.co.uk
> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
> Dev site: http://dev.catalyst.perl.org/
> 



More information about the Catalyst mailing list