Revision history for Proc-Fork

0.6 (2007-12-23 06:15:59+0100)

  • Get rid of the our in the test suite so it works on pre-5.6 perls

0.5 (2007-12-21 18:22:10+0100)

Many thanks to David Golden for the Windows compat fixes.

  • Windows compat: drop in-place modification of @_ and use of goto

  • Windows compat: remove taint checking from tests to fix

  • Only load Carp on demand

  • Stop using of Exporter

0.4 (2007-04-01)

  • Simplify internals a bit, in hopes of fixing #17474 and #17926; unfortunately, no dice

0.3 (2006-05-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-03-04)

  • Internals refactor to fix bugs #17474 and #17926

  • Rejig tests, add a test for the syntax error catcher

0.11 (2005-10-03)

  • Add tests for POD and POD coverage

  • Switch over to Module::Build

0.1 (2005-04-23)

  • Minor documentation fix

  • Complete internals refactor

  • Add support and documentation for retry {}

  • Create proper test suite

0.05 (2002-03-15)

  • Change namespace from Fork to Proc::Fork.

0.04 (2002-02-8)

  • Export parent, child, error by default.

  • Add documentation examples.

0.03 (2002-01-31)

  • Documentation changes only.

0.02 (2002-01-30)

  • Bless the fork return value, for better error checking.

0.01 (2002-01-29)

  • original version