projects
/
gitmo/MooseX-Runnable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7bd2975
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/MooseX/Runnable/Invocation/Plugin/Restart/Base.pm
b/lib/MooseX/Runnable/Invocation/Plugin/Restart/Base.pm
index
1802a0c
..
6d42b74
100644
(file)
--- 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;