From: Devin Austin Date: Thu, 25 Jun 2009 01:41:39 +0000 (+0000) Subject: fixed server start X-Git-Tag: 5.80014_02~131 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=335130bc612d511575043d6a78213c6504f7556e;p=catagits%2FCatalyst-Runtime.git fixed server start --- diff --git a/lib/Catalyst/Script/FastCGI.pm b/lib/Catalyst/Script/FastCGI.pm index 033cf06..289ad63 100644 --- a/lib/Catalyst/Script/FastCGI.pm +++ b/lib/Catalyst/Script/FastCGI.pm @@ -25,7 +25,7 @@ sub run { pod2usage() if $self->help; my $app = $self->app; Class::MOP::load_class($app); - $app->new( + $app->run( $self->listen, { nproc => $self->nproc,