The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

====== version history of POSIX::1003

All changes are made by Mark Overmeer, unless stated otherwise.

0.04: Thu Dec 22 12:22:14 CET 2011
	- many doc fixed in POSIX::Overview
	- document %rlimit and other minor mistakes in ::Limit
	- add utime() to ::FileSystem

0.03: Thu Dec 22 10:20:29 CET 2011
	- fixed formatting of some manual pages, based in search.cpan.org
	  presentation.
	- fixed some obvious usage mistakes.
	- document some ::Termios functions
	- added ::Limit with ulimit and rlimit functions
	- added system/ structure for os-dependent work-arounds
	- added predefined lists of constant names, to remove the need
	  to scan the header files.
	- fix and test SigAction and ::Termios

0.02: Mon Dec 19 15:57:15 CET 2011
	- initial implementation.