Revision history for Perl extension IO::Multiplex.

0.01  Fri Jul  2 10:39:23 1999
	- original version; created by h2xs 1.19

0.02  Wed Sep 22 15:44:28 PDT 1999
	- Check for errors on accept

0.03  Tue Sep 28 12:04:53 MDT 1999
	- Remove some debugging stuff
	- Deal properly with the situation where a fd is shutdown in
	  response to EOF

0.04  Wed Sep 29 12:50:44 MDT 1999
	- Fix yesterday's fix

0.05  Fri Oct  8 17:23:08 MDT 1999
        - Yet more EOF/close fixes

0.06  Sun Oct 10 13:25:03 MDT 1999
	- Fix autovivification evils

0.07  Mon Oct 25 15:01:46 PDT 1999
	- Fix documentation

0.08  Thu Oct 28 16:06:33 MDT 1999
        - More autovivification ailments

1.00  Wed Feb 23 12:07:07 PST 2000
	- Stable enough now.  Call it a release.

1.01  Wed Oct 17 13:00:00 MDT 2001
	- The following by Rob Brown <rob@roobik.com>
	- Ported to work with Perl 5.6.0
	- Added optional code ref for loop
	- Added tie FILENO method
	- Fixed tie CLOSE and shutdown to flush both
          input {inbuffer} and output {outbuffer} correctly