Re: [Catalyst] Contributing code

2010-06-23 Thread Toby Corkindale
On 23/06/10 01:03, Tomas Doran wrote: On 22 Jun 2010, at 08:55, Toby Corkindale wrote: I think I asked about this last time (to great silence), but.. what's the correct base path for the Git repos there? ie. git clone http://git.shadowcat.co.uk//Catalyst-Devel.git Like the CPAN search

Re: [Catalyst] view error - file error - MyApp_Model_MyApp_Team: not found

2010-06-23 Thread w...@serensoft.com
Curiouser and curiouser. The View class (TTSite) contains only __PACKAGE__-config, so there's not much to debug there. Comparing dump_info for situations where it works vs. doesn't work shows that one stash variable is different, and it's just something that's used in a .tt2 file for display.

Re: [Catalyst] view error - file error - MyApp_Model_MyApp_Team: not found

2010-06-23 Thread w...@serensoft.com
Ah, yes, there is the inheritance. :) But no first-hand code to speak of... So we wound up doing what you were suggesting anyway without understanding that that was what you were suggesting. Bonk! Thanks for your help, t0m. On Wed, Jun 23, 2010 at 6:29 AM, Tomas Doran bobtf...@bobtfish.net

[Catalyst] What's the recommended EMAIL portion of the Catalyst framework, these days?

2010-06-23 Thread w...@serensoft.com
Googling around the 'net we find all kinds of different advice about which packages to use for Emailing from Catalyst, each with a different timestamp and lots of recommendations about how other modules are deprecated... Catalyst::Plugin::Email? Catalyst::View::Email? MIME::Lite?

Re: [Catalyst] What's the recommended EMAIL portion of the Catalyst framework, these days?

2010-06-23 Thread Bogdan Lucaciu
We've used Catalyst::View::Email since forever and I recommend it. I would ignore Catalyst::Plugin::Email. C::V::Email usesĀ Email::Sender::Simple under the hood for everything, so you should be a bit familiar with its API. It previously used Email::Send (which is now deprecated in favor to