Release history for Proc-Fork
0.808 Wed 10 Aug 2022
- No functional changes
- Touched by the spirit of Kakehashi
- Updated packaging
0.807 Wed 10 Aug 2022
- No functional changes
- Packaging fix to stop installing boilerplate.pl
- Updated package metadata
0.806 Fri 24 Aug 2018
- No functional changes
- Documentation server example fix, spotted by Shoichi Kaji
0.805 Tue 21 Aug 2018
- No functional changes
- No compile test and no test dependencies any more
0.804 Sat 10 Jan 2015
- No functional changes
- No longer contains INSTALL file with install-as-root instructions
0.803 Mon 05 Jan 2015
- No functional changes
- Test suite cleanup
- Minimum Perl requirement specified
0.802 Thu 24 Jan 2013
- Simplified internals further still
0.801 Thu 03 Jan 2013
- No functional changes
- Credit to Eric Roode for the docs added back
0.800 Wed 02 Jan 2013
- Complete rewrite and simplification of internals
(all operation and error checking is now in a single function)
0.71 Mon 22 Sep 2008
- Brown paper bag release
(forgot some parens that are mandatory in 5.10 but not 5.8.8)
0.7 Sat 20 Sep 2008
- Completely new internal structure; modified API, now with a C<run_fork> wrapper.
Should address both the semicolon problem and the context sensitivity
problem pointed out on AnnoCPAN by dmcbride. Code written against the
previous API design will continue to work unchanged.
- L<Exporter::Tidy> replaces some local code.
- POD examples extracted and provided as files in an F<eg/> directory.
Yes, this is Kwalitee whoring. Hopefully I won't make changes to the docs
that I then forget to update in the F<eg/> copies. Yay for CPANTS.
0.61 Sun 23 Dec 2007
- Test suite fix for Perl 5.5.5
(t/01.real.t would generate the TAP header multiple times)
0.6 Sun 23 Dec 2007
- No `our` in test suite, now works on pre-5.6 perls
0.5 Fri 21 Dec 2007
- Windows compat: no in-place modification of C<@_> with C<goto>
- Windows compat: no taint checking in tests
- Many thanks to David Golden for the Windows compat fixes
- Carp loaded on demand
- Exporter dropped
0.4 Sun 01 Apr 2007
- Internals simplification in hopes of fixing #17474 and #17926;
unfortunately, no dice
0.3 Wed 10 May 2006
- Tests with real fork() call
(intended to resolve stalled bugs #17474 and #17926)
- Test for $pid getting passed to the parent block
0.2 Sat 04 Mar 2006
- Internals refactor to fix bugs #17474 and #17926
- Test suite rejig, new test for the syntax error catcher
0.11 Mon 03 Oct 2005
- POD and POD coverage tests
- Now using Module::Build
0.1 Sat 23 Apr 2005
- Minor documentation fix
- Complete internals refactor
- Support and documentation for retry {}
- Proper test suite
0.05 Fri 15 Mar 2002
- Namespace change from Fork to Proc::Fork
0.04 Fri 08 Feb 2002
- Parent, child, error exported by default
- Documentation examples
0.03 Thu 31 Jan 2002
- No functional changes
- Documentation edits
0.02 Wed 30 Jan 2002
- Blessed fork return value for better error checking
0.01 Tue 29 Jan 2002
- Initial release