Revision history for Perl extension Proc::Reliable
1.10 2002/4/1 10:00:00 dan goldwater
- add input_chunking feature
- fix bug with stdin data processing
- add README file
- add test2 sample program
1.04 2001/12/23 18:50:00 dan goldwater
- tweak docs
1.03 2001/12/23 17:50:00 dan goldwater
- improve docs
- standardize packaging
- remove unused code
1.02 2001/06/27 03:22:44 dan goldwater
- clean up pod docs
1.01 2001/05/17 02:17:08 dan goldwater
- clean up options usage and defaults
- fix bug with failed exec()
- fix zombie bug
- fix several long-broken options
1.00 2001/05/17 00:08:11 dan goldwater
- rewrite most of the module and run() function:
- kill processes reliably and when specified
- made signal handling more robust
- improve spawning efficiency - only one fork.
- added several options controlling process killing
- fix method-style option syntax and new() usage
- make all input/output data accessable via object
0.20 2001/03/07 21:11:00 dan goldwater
- fix deadlocking problem with subprocesses communication
- fixed return status code handling
- fixed bug handling signals
0.10 2000/11/20 16:00:00 steven cope
- started with Proc::Short
- added capability to send input on STDIN
- added ability to separate or combine stdout and stderr streams