X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FHelper.pm;h=b2780f0c9bf3804db9faa74e1ddf0072b44c967a;hp=fab0b9aceb164c032ea8ad2371795abc580d6b9f;hb=d1d9793fe292adfeb6894a4c419dd9c9c4fa814a;hpb=c2e8e6fa308480a083f88f9fd82f835aae150c34 diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index fab0b9a..b2780f0 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -564,7 +564,7 @@ it under the same terms as perl itself. __fcgi__ [% startperl %] -w -BEGIN { $ENV{CATALYST_ENGINE} = 'FCGI' } +BEGIN { $ENV{CATALYST_ENGINE} = 'FastCGI' } use strict; use FindBin;