2002-12-27 Gisle Aas <gisle@ActiveState.com>
Release 1.02
Complemented the tiehandle interface with SEEK/TELL/EOF/BINMODE.
Make close($io) untie the object. This make it possible
to avoid memory leaks in perl-5.8 which seems to have problems
with self-ties. Based on patch by Eric Kolve <ekolve@attbi.com>.
2000-01-28 Gisle Aas <gisle@aas.no>
Release 1.01
The eof() method had oposite logic. Bug spotted by
Daniel Gruhl <dgruhl@almaden.ibm.com>
1999-04-12 Gisle Aas <gisle@aas.no>
Release 1.00
Perl version 5.005_03 or better is now needed, because that
perl has Chip's no-memory-leak-on-self-tie-patch.
Documentation update
1998-10-14 Gisle Aas <aas@sn.no>
Release 0.03
Loading of the SEEK_xxx constants from the IO::Handle module
is now optional. The previous way did not work with IO-1.20.
1998-10-12 Gisle Aas <aas@sn.no>
Release 0.02
Added some documentation.
Fixed $io->stat
Fixed $io->pad to return the default if it is set to ""
1998-10-07 Gisle Aas <aas@sn.no>
Release 0.01