summary refs log tree commit diff
path: root/pkgs/development/perl-modules
diff options
context:
space:
mode:
authorvolth <volth@webmaster.ms>2018-06-23 16:41:04 +0000
committerRobert Helgesson <robert@rycee.net>2018-06-24 00:28:18 +0200
commit00a4323e62566af039c016cadbaec02b16121ba9 (patch)
tree226fd465d474cce41064cacc529f3c2b8683234c /pkgs/development/perl-modules
parentced21f5e1a1479e3b6ae5c218818790596f5a16f (diff)
downloadnixpkgs-00a4323e62566af039c016cadbaec02b16121ba9.tar
nixpkgs-00a4323e62566af039c016cadbaec02b16121ba9.tar.gz
nixpkgs-00a4323e62566af039c016cadbaec02b16121ba9.tar.bz2
nixpkgs-00a4323e62566af039c016cadbaec02b16121ba9.tar.lz
nixpkgs-00a4323e62566af039c016cadbaec02b16121ba9.tar.xz
nixpkgs-00a4323e62566af039c016cadbaec02b16121ba9.tar.zst
nixpkgs-00a4323e62566af039c016cadbaec02b16121ba9.zip
[staging] perlPackages.CatalystXScriptServerStarman: fix build
Diffstat (limited to 'pkgs/development/perl-modules')
-rw-r--r--pkgs/development/perl-modules/CatalystXScriptServerStarman-fork-arg.patch13
1 files changed, 1 insertions, 12 deletions
diff --git a/pkgs/development/perl-modules/CatalystXScriptServerStarman-fork-arg.patch b/pkgs/development/perl-modules/CatalystXScriptServerStarman-fork-arg.patch
index 5a1c6746e60..af7dc0db7e5 100644
--- a/pkgs/development/perl-modules/CatalystXScriptServerStarman-fork-arg.patch
+++ b/pkgs/development/perl-modules/CatalystXScriptServerStarman-fork-arg.patch
@@ -2,21 +2,10 @@ diff --git a/lib/CatalystX/Script/Server/Starman.pm b/lib/CatalystX/Script/Serve
 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';
+@@ -9,5 +9,5 @@ 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)