The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
2004-04-01   Gisle Aas <gisle@ActiveState.com>

   Release 1.05

   Fix handling of paragraph mode.
   <https://rt.cpan.org/Ticket/Display.html?id=5425>



2004-01-08   Gisle Aas <gisle@ActiveState.com>

   Release 1.04

   Documentation fixes by Paul Croome <Paul.Croome@softwareag.com>.



2003-10-06   Gisle Aas <gisle@ActiveState.com>

   Release 1.03

   Seek will not reset the input_line_number (aka $.) for the IO::String
   object any more.

   Workaround for core dump in close() in perl-5.6.x.



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 opposite 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