Re: [Catalyst] Defining ARRAY in Config::General config

2010-10-08 Thread Denny
On Fri, 2010-10-08 at 19:46 +0200, Alexander Hartmaier wrote: > Am Dienstag, den 21.09.2010, 06:29 +0200 schrieb Pavel A. Karoukin: > > I am using Catalyst::Plugin::Mail and want to define email config in > > myapp.conf. But C::P::Mail expects email config variable to be array > > ref. How I can as

Re: [Catalyst] Defining ARRAY in Config::General config

2010-10-08 Thread Alexander Hartmaier
If you're referring to Catalyst::Plugin::Email you shouldn't use that any more as mailing doesn't need to be a plugin but a view. Try Catalyst::View::Email(::Template) -- Best regards, Alex Am Dienstag, den 21.09.2010, 06:29 +0200 schrieb Pavel A. Karoukin: > Hello, > > > I am using Catalyst::Pl