Initial pass of making win32 compatible, using Thrall and fixing regex
[scpubgit/App-SCS.git] / lib / App / SCS / Plugin / Server.pm
index bb87f75..3c47563 100644 (file)
@@ -30,7 +30,7 @@ sub run_command_server {
   my ($self, $env) = @_;
   my @args = @{$env->{argv}};
   my $r = use_module('Plack::Runner')->new(
-    server => 'Starman',
+    server => 'Thrall',
     app => use_module('Plack::Middleware::SSI')->wrap(
       $self->app->web->to_psgi_app
     )