express my distaste for blocking here
Jonathan Rockway [Tue, 12 May 2009 01:04:21 +0000 (20:04 -0500)]
lib/MooseX/Runnable/Invocation/Plugin/Restart/Base.pm

index 1802a0c..6d42b74 100644 (file)
@@ -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;