[Catalyst] Cat-Runtime 5.8.16 broke with catalyst_par

Toby Corkindale toby.corkindale at strategicdata.com.au
Tue Dec 15 05:26:11 GMT 2009


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::ScriptRunner');
catalyst_par_classes('Catalyst::Script::FastCGI');
..etc..

-Toby



More information about the Catalyst mailing list