X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FEngine%2FFastCGI.pm;h=e009dfa7cb93d80f01f60a54e33990660971a09e;hb=8e061fef6ed2e38808032cbb722098c5c183ec03;hp=bd272a11ee8e7da2fc253aa73e31da7ee8e44a02;hpb=25f55123b7c0b520eb166890bf47f1f3217200af;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Engine/FastCGI.pm b/lib/Catalyst/Engine/FastCGI.pm index bd272a1..e009dfa 100644 --- a/lib/Catalyst/Engine/FastCGI.pm +++ b/lib/Catalyst/Engine/FastCGI.pm @@ -1,7 +1,8 @@ package Catalyst::Engine::FastCGI; -use strict; -use base 'Catalyst::Engine::CGI'; +use Moose; +extends 'Catalyst::Engine::CGI'; + eval "use FCGI"; die "Unable to load the FCGI module, you may need to install it:\n$@\n" if $@;