Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
12 lines
382 B
Diff
12 lines
382 B
Diff
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,5 +9,5 @@ our $VERSION = '0.02';
|
|
|
|
extends 'Catalyst::Script::Server';
|
|
|
|
-has '+fork' => ( default => 1, init_arg => undef );
|
|
+has '+fork' => ( default => 1 );
|
|
|