The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension POSIX::AtFork.

0.04 2020-01-06 13:09:15
    - https://rt.cpan.org/Ticket/Display.html?id=93294

0.03 2020-01-06 01:04:33
    - Fix work module with Coro
    - Any fix use Module::Install for perl 5.26 and later
    - Add META and MANIFEST to repo and dist
    - Update Module::Install
    - Add contributors

0.02 2010-11-04 10:27:59
    - First regular release

0.01_05
    - Pass the current opname to callbacks

0.01_04
    - Fix up $$ before 'child' callbacks are callled (reported by kazeburo)
    - Specify libpthread for non-threaded perls (reported by tokuhirom)

0.01_03
    - Add Test::SharedFork to test_requires (reported by lestrrat)

0.01_02
    - Use pthread_atfork() directly with #include <pthread.h>

0.01_01
    - First beta version!

0.01  Thu Aug 19 15:15:03 2010
	- original version; created by h2xs 1.23 with options
		-An POSIX::AtFork