Commit Graph

3 Commits

Author SHA1 Message Date
shell
b0165f9059 Change MAINTAINER email address 2001-04-17 06:26:52 +00:00
avsm
1ee8ece47b Integrate COMMENT, bump NEED_VERSION, clean up DESCR with fmt(1)
From: Shell Hung <i@shellhung.org>
2001-03-29 17:28:08 +00:00
peter
6a074212f3 The module provide the IO::File interface for in-core strings. An
object can be attached to a string, and will make it possible to use
the normal file operations for reading or writing data, as well as
seeking to various locations of the string. The main reason you might
want to do this, is if you have some other library module that only
provide an interface to file handles, and you want to keep all the
stuff in memory.

Originally created by Shell Hung <i@shellhung.org>. I have moved it from
textproc/ to devel/
2001-03-19 19:06:52 +00:00