[Catalyst] Catalyst::Script::FastCGI ignores --daemon option (internally it is --detach)

2009-12-14 Thread Toby Corkindale
As of Catalyst::Runtime 5.8.16, Catalyst::Script::FastCGI is buggy and ignores the --daemon option. Looking at the source, I think it is mistakenly looking for --detach, although it is documented as wanting --daemon. -Toby ___ List: Catalyst@lists.

[Catalyst] Cat-Runtime 5.8.16 broke with catalyst_par

2009-12-14 Thread Toby Corkindale
Hey guys, Catalyst::Runtime 5.80016 introduced a bug with catalyst_par. Various modules are now required for the scripts in /script/, however when building your application with "make catalyst_par" these are not included. Temporary fix is to add to Makefile.PL: catalyst_par_classes('Catalyst:

Re: [Catalyst] [ANNOUNCE] Catalyst-Runtime 5.80016

2009-12-14 Thread Oleg Kostyuk
2009/12/14 Alexander Hartmaier : > All app errors result in this cat error with the new version for me: > > [error] Caught exception in engine "Can't use string > ("508706d1a94648443fa31ffc8b2b5ccb") as a HASH ref while "strict refs" > in use at /home/ahartmai/perl5/lib/perl5/Catalyst/Engine.pm lin

[Catalyst] Call for Catalyst Papers (PostgreSQL Conference East)

2009-12-14 Thread Joshua D. Drake
The PostgreSQL Conference East is looking for Catalyst developers to speak on using Catalyst with PostgreSQL. This is an excellent opportunity for Catalyst developers so show their aptitude with PostgreSQL as well as learn from PostgreSQL Experts on how to best optimize, configure and administrate

Re: [Catalyst] [ANNOUNCE] Catalyst-Runtime 5.80016

2009-12-14 Thread Alexander Hartmaier
All app errors result in this cat error with the new version for me: [error] Caught exception in engine "Can't use string ("508706d1a94648443fa31ffc8b2b5ccb") as a HASH ref while "strict refs" in use at /home/ahartmai/perl5/lib/perl5/Catalyst/Engine.pm line 117." Changing line 117 fixes the probl

Re: [Catalyst] [ANNOUNCE] Catalyst-Runtime 5.80016

2009-12-14 Thread Emmanuel Quevillon
On 12/12/2009 12:41 AM, Tomas Doran wrote: Evening (or insert relevant time zone here). I'm happy to announce the next release of Catalyst-Runtime (5.80016). This release mainly fixes regressions introduced with the new script system. Upgrading to the new scripts requires the latest Catalyst-