mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
1b0d3f744b
- Use single space after WWW: - Remove Author line
7 lines
301 B
Plaintext
7 lines
301 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.
|
|
|
|
WWW: http://search.cpan.org/dist/IO-String/
|