Fix FastCGI script
Tomas Doran [Sat, 5 Sep 2009 15:16:08 +0000 (15:16 +0000)]
lib/Catalyst/Script/FastCGI.pm

index edfcea0..3c11974 100644 (file)
@@ -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 (