Rename FCGI to FastCGI
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Helper.pm
index fab0b9a..b2780f0 100644 (file)
@@ -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;