about summary refs log tree commit diff
path: root/pkgs/development/perl-modules/CatalystXScriptServerStarman-fork-arg.patch
blob: 5a1c6746e6035da9b71db7706de813ca37fbb870 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff --git a/lib/CatalystX/Script/Server/Starman.pm b/lib/CatalystX/Script/Server/Starman.pm
index 670bd74..7b3bd2e 100644
--- a/lib/CatalystX/Script/Server/Starman.pm
+++ b/lib/CatalystX/Script/Server/Starman.pm
@@ -9,7 +9,7 @@ our $VERSION = '0.02';
 
 extends 'Catalyst::Script::Server';
 
-has '+fork' => ( default => 1, init_arg => undef );
+has '+fork' => ( default => 1 );
 
 has [qw/ keepalive restart restart_delay restart_regex restart_directory/] => ( init_arg => undef, is => 'ro' );
 
@@ -70,7 +70,7 @@ CatalystX::Script::Server::Starman - Replace the development server with Starman
 
        -d --debug           force debug mode
        -f --fork            handle each request in a new process
-                            (defaults to false)
+                            (defaults to true)
        -? --help            display this help and exits
        -h --host            host (defaults to all)
        -p --port            port (defaults to 3000)