Blame README

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