Title: [opsview-perl] [715] Added patch to stop warning message from MooseX::Getopt::Basic
- Revision
- 715
- Author
- tvoon
- Date
- 2012-07-26 17:15:55 +0100 (Thu, 26 Jul 2012)
Log Message
Added patch to stop warning message from MooseX::Getopt::Basic
Added Paths
Added: trunk/patches/CatalystX-Script-Server-Starman/01initargs.patch
===================================================================
--- trunk/patches/CatalystX-Script-Server-Starman/01initargs.patch (rev 0)
+++ trunk/patches/CatalystX-Script-Server-Starman/01initargs.patch 2012-07-26 16:15:55 UTC (rev 715)
@@ -0,0 +1,15 @@
+diff -ur CatalystX-Script-Server-Starman-0.02.original/lib/CatalystX/Script/Server/Starman.pm CatalystX-Script-Server-Starman-0.02/lib/CatalystX/Script/Server/Starman.pm
+--- CatalystX-Script-Server-Starman-0.02.original/lib/CatalystX/Script/Server/Starman.pm 2012-05-04 15:29:28.000000000 +0000
++++ CatalystX-Script-Server-Starman-0.02/lib/CatalystX/Script/Server/Starman.pm 2012-07-26 16:12:26.000000000 +0000
+@@ -9,9 +9,9 @@
+
+ extends 'Catalyst::Script::Server';
+
+-has '+fork' => ( default => 1, init_arg => undef );
++has '+fork' => ( default => 1, init_arg => 1 );
+
+-has [qw/ keepalive restart restart_delay restart_regex restart_directory/] => ( init_arg => undef, is => 'ro' );
++has [qw/ keepalive restart restart_delay restart_regex restart_directory/] => ( init_arg => 1, is => 'ro' );
+
+ has workers => (
+ isa => Int,
_______________________________________________
Opsview-checkins mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-checkins