Revision history for Proc-Fork
0.3 2006 May 10
- Add tests with real fork() call,
with intent to resolve stalled bugs #17474 and #17926
- Add test for $pid getting passed to the parent block
0.2 2006 March 4
- Internals refactor to fix bugs #17474 and #17926
- Rejig tests, add a test for the syntax error catcher
0.11 2005 October 3
- Add tests for POD and POD coverage
- Switch over to Module::Build
0.1 2005 April 23
- Minor documentation fix
- Complete internals refactor
- Add support and documentation for retry {}
- Create proper test suite
0.05 2002 March 15
- Change namespace from Fork to Proc::Fork.
0.04 2002 February 8
- Export parent, child, error by default.
- Add documentation examples.
0.03 2002 January 31
- Documentation changes only.
0.02 2002 January 30
- Bless the fork return value, for better error checking.
0.01 2002 January 29
- original version