=head1 Revision history for Proc-Fork
=head2 0.71 (2008-09-22T03:09:02+0200)
=over 4
=item * Brown paper bag release.
Forgot some mandatory parens. No idea why 5.8.8 didn't give me the syntax error that 5.10 detected.
=back
=head2 0.7 (2008-09-20 16:54:09+0200)
=over 4
=item * Completely new internal structure; modified API, now with a C<run_fork> wrapper.
This 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.
=item * L<Exporter::Tidy> replaces some local code.
It's a very small pure-Perl module that shouldn't be a dependency burden, and it's a good design that deserves some advertisement.
=item * 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.
=back
=head2 0.61 (2007-12-23 12:06:22+0100)
=over 4
=item * Test suite fix attempt: in Perl 5.5.5, C<t/01.real.t> would generate the TAP header multiple times
=back
=head2 0.6 (2007-12-23 06:15:59+0100)
=over 4
=item * Get rid of the C<our> in the test suite so it works on pre-5.6 perls
=back
=head2 0.5 (2007-12-21 18:22:10+0100)
Many thanks to David Golden for the Windows compat fixes.
=over 4
=item * Windows compat: drop in-place modification of C<@_> and use of C<goto>
=item * Windows compat: remove taint checking from tests to fix
=item * Only load L<Carp> on demand
=item * Stop using of L<Exporter>
=back
=head2 0.4 (2007-04-01)
=over 4
=item * Simplify internals a bit, in hopes of fixing #17474 and #17926; unfortunately, no dice
=back
=head2 0.3 (2006-05-10)
=over 4
=item * Add tests with real fork() call, with intent to resolve stalled bugs #17474 and #17926
=item * Add test for $pid getting passed to the parent block
=back
=head2 0.2 (2006-03-04)
=over 4
=item * Internals refactor to fix bugs #17474 and #17926
=item * Rejig tests, add a test for the syntax error catcher
=back
=head2 0.11 (2005-10-03)
=over 4
=item * Add tests for POD and POD coverage
=item * Switch over to Module::Build
=back
=head2 0.1 (2005-04-23)
=over 4
=item * Minor documentation fix
=item * Complete internals refactor
=item * Add support and documentation for retry {}
=item * Create proper test suite
=back
=head2 0.05 (2002-03-15)
=over 4
=item * Change namespace from Fork to Proc::Fork.
=back
=head2 0.04 (2002-02-8)
=over 4
=item * Export parent, child, error by default.
=item * Add documentation examples.
=back
=head2 0.03 (2002-01-31)
=over 4
=item * Documentation changes only.
=back
=head2 0.02 (2002-01-30)
=over 4
=item * Bless the fork return value, for better error checking.
=back
=head2 0.01 (2002-01-29)
=over 4
=item * original version
=back