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

0.04  Tue Aug 31 17:48:55 CEST 2004
	- a hairy bug when spawning children:
	  no events could be scheduled in child processes
	  when kqueue(2) was used. This is now fixed by providing
	  the event_init() function to be called in child procs.
	- Makefile.PL fixes for Darwin/FreeBSD
	(both spotted and patched by Rocco Caputo <rcaputo AT pobox DOT com>)
	
0.03  Fri Aug 27 16:13:11 CEST 2004
	- Makefile.PL should honor @ARGV
	- some Win32 fixes for Lib.xs
	(both patches via rt.cpan.org; there was no name attached to them)

0.02  Fri Aug 27 08:22:38 CEST 2004
	- the event callbacks were called without the event-type
	  argument. Now they receive this additional arg.

0.01  Sat Aug 14 07:30:14 2004
	- original version; created by h2xs 1.23 with options
		-O -b 5.6.0 -n Event::Lib /usr/local/include/event.h