Revision history for PerlIO-Util

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.

