Revision history for Perl extension IO::Handle::Record.
0.01 Mon Jan 17 13:54:03 2005
- original version; created by h2xs 1.23 with options
-n IO::Handle::Record -A -X -b 5.8.0
0.02 Tue Jan 18 09:36:00 CET 2005
* Torsten Foertsch <torsten.foertsch@gmx.net>
- changed "package IO::Handle" to "package IO::Handle::Record"
to get the module indexed by the CPAN indexer.
- pushed 'IO::Handle::Record' to @IO::Handle::ISA to make IO::Handle
inherit from IO::Handle::Record
- this seems to be functionally equivalent to the previous version
0.03 Tue Jan 18 10:59:08 CET 2005
* Torsten Foertsch <torsten.foertsch@gmx.net>
- no longer pushing to @IO::Handle::ISA because then the order in
IO::Handle and IO::Handle::Record are use()d in matters.
0.05 Thu Jan 4 21:01:47 CET 2007
* Torsten Foertsch <torsten.foertsch@gmx.net>
- bugfile: read_record: sysread must check for 0 instead of undef
0.06 Sun May 27 13:30:29 CEST 2007
* Torsten Foertsch <torsten.foertsch@gmx.net>
- support for non blocking operations