mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
43d985bbf8
PR: ports/25766 Submitted by: Johann Visagie <johann@egenetics.com>
9 lines
332 B
Plaintext
9 lines
332 B
Plaintext
IO::String is an IO::File (and IO::Handle) compatible class that reads data
|
|
from or writes data to in-core strings. It is essentially a simplification
|
|
of parts of the IO-stringy collection of modules. As such, IO::String is a
|
|
replacement for IO::Scalar.
|
|
|
|
Author: Gisle Aas <gisle@aas.no>
|
|
|
|
-- Johann Visagie <johann@egenetics.com>
|