From: Tomas Doran Date: Sat, 5 Sep 2009 15:16:08 +0000 (+0000) Subject: Fix FastCGI script X-Git-Tag: 5.80014_02~67 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=c8eeff8996a4322d32fee18c12e52117728b5ea2 Fix FastCGI script --- diff --git a/lib/Catalyst/Script/FastCGI.pm b/lib/Catalyst/Script/FastCGI.pm index edfcea0..3c11974 100644 --- a/lib/Catalyst/Script/FastCGI.pm +++ b/lib/Catalyst/Script/FastCGI.pm @@ -63,6 +63,11 @@ has detach => ( documentation => 'Detach this FastCGI process', ); +sub run { + my ($self) = @_; + $self->_run_application; +} + sub _application_args { my ($self) = shift; return (