=head1 Revision history for Proc-Fork


=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