exit parent if child dies unexpectedly (instead of fork-bombing)
[gitmo/MooseX-Runnable.git] / lib / MooseX / Runnable / Invocation / Plugin / Restart / Base.pm
2009-05-12 Jonathan Rockway exit parent if child dies unexpectedly (instead of...
2009-05-12 Jonathan Rockway avoid unnecessary call to kill if kid already died
2009-05-12 Jonathan Rockway add framework for implementing auto-restarters as plugins