Revision history for PerlIO-Util

0.13 Tue May 20 09:12:46 2008
	- fix PerlIOTee_binmode() to return the correct value
		(add t/07_tee_binmode.t)

0.12 Fri May 16 00:00:01 2008
	- change for the pseudo layers to (correctly) refuse other pseudo layers
		 before them (e.g. ":utf8 :flock" or ":raw :creat" is NG)
	- try fixing PerlIOTee_binmode() again

0.11 Tue May 13 09:20:25 2008
	- fix an issue of binmode() on Win32 (thanks to Taro Nishino)
	- fix some  problems

0.10 Sun May 11 12:11:06 2008
	- add binmode() routine for :tee (thanks to Taro Nishino)
	- add PerlIO::Util->open() method
	- add misc/piotee.pl for example
	- internal cleanup

0.09 Sat May 10 11:02:52 2008
	- fixed an uninitialized pointer exception in :tee
	- fixed some issues in :tee
	- add seek() to :tee

0.08 Fri May  9 09:34:33 2008
	- add :tee layer
	- add PerlIO/(flock.pm|creat.pm|excl.pm|tee.pm) for autoloading

0.07 Tue Apr 29 10:53:52 2008
	- use get_cv() instead of get_cvn_flags() for Win32 (thanks to Taro Nishino)

0.06 Sat Apr 26 21:17:57 2008
	- change pop_layer() to return the name of the poped layer
	- change push_layer() to allow a semicolon as a prefix (like ':utf8')
	- use ppport.h for compatibility

0.05 Thu Apr 24 00:26:47 2008
	- improve portability on Win32 (about dVAR macro)

0.04 Fri Apr 18 20:07:55 2008
	- add t/05_extra.t
	- check compilation on Win32 (there are some functions missing)

0.03 Thu Apr 17 16:02:31 2008
	- add push_layer()/pop_layer() methods to IO::Handle package
	- export PerlIO::get_layers() function to IO::Handle package

0.02 Sun Apr 13 10:23:59 2008
	- warn on binmode($fh, ':creat') instead of die
	- remove PerlIO::Layer::name() method
	- some minor changes
	- improve portability

0.01 Fri Apr 11 09:32:36 2008
	- Initial release.