Blame README

Packit Service 136ff3
IO::String is an IO::File (and IO::Handle) compatible class that read
Packit Service 136ff3
or write data from in-core strings.  It is really just a
Packit Service 136ff3
simplification of what I needed from Eryq's IO-stringy modules.  As
Packit Service 136ff3
such IO::String is a replacement for IO::Scalar.
Packit Service 136ff3
Packit Service 136ff3
Installation as usual:
Packit Service 136ff3
Packit Service 136ff3
   perl Makefile.PL
Packit Service 136ff3
   make
Packit Service 136ff3
   make test
Packit Service 136ff3
   make install
Packit Service 136ff3
Packit Service 136ff3
Documentation is embedded in the module.
Packit Service 136ff3
Packit Service 136ff3
Packit Service 136ff3
Copyright 1998-2005 Gisle Aas.  <gisle@aas.no>
Packit Service 136ff3
Packit Service 136ff3
This library is free software; you can redistribute it and/or
Packit Service 136ff3
modify it under the same terms as Perl itself.