From: Jonathan Rockway Date: Tue, 12 May 2009 01:04:21 +0000 (-0500) Subject: express my distaste for blocking here X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Runnable.git;a=commitdiff_plain;h=fdb51fc934ae8f1f7ae239a929325c4e7be069b6 express my distaste for blocking here --- diff --git a/lib/MooseX/Runnable/Invocation/Plugin/Restart/Base.pm b/lib/MooseX/Runnable/Invocation/Plugin/Restart/Base.pm index 1802a0c..6d42b74 100644 --- a/lib/MooseX/Runnable/Invocation/Plugin/Restart/Base.pm +++ b/lib/MooseX/Runnable/Invocation/Plugin/Restart/Base.pm @@ -10,6 +10,7 @@ has 'child_pid' => ( predicate => 'has_child_pid', ); +# XXX: blocking is probably a bad idea; refactor this later requires 'run_parent_loop'; my $is_debug = sub { return 1;