X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FScript%2FServer.pm;h=ed8aef0b52f323e12c4d78c988c23d69ad973791;hb=383c5be6711391bd114674e2dfb0b9e84a100a38;hp=df61d9d2e3eb8430c7525d110e2578ade969e642;hpb=51e2ff9899d36557b0c347368f4eb820f4ca853a;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Script/Server.pm b/lib/Catalyst/Script/Server.pm index df61d9d..ed8aef0 100644 --- a/lib/Catalyst/Script/Server.pm +++ b/lib/Catalyst/Script/Server.pm @@ -163,7 +163,7 @@ has follow_symlinks => ( sub _plack_engine_name { my $self = shift; - return $self->fork ? 'Starman' : $self->keepalive ? 'Starman' : 'Standalone'; + return $self->fork || $self->keepalive ? 'Starman' : 'Standalone'; } sub _restarter_args { @@ -322,6 +322,10 @@ Catalyst::Script::Server - Catalyst test server Run a Catalyst test server for this application. +=head1 SEE ALSO + +L + =head1 AUTHORS Catalyst Contributors, see Catalyst.pm