freebsd-ports/devel/p5-IO-Stringy/pkg-descr
Sunpoet Po-Chuan Hsieh aae33b1c39 Move devel/p5-IO-stringy to devel/p5-IO-Stringy and update to 2.113
- Fix LICENSE_FILE
- Update pkg-descr
- Update WWW
- Bump PORTREVISION of dependent ports for dependency change

Changes:	https://metacpan.org/changes/distribution/IO-Stringy
2020-06-26 11:55:23 +00:00

13 lines
699 B
Text

This toolkit primarily provides modules for performing both traditional and
object-oriented i/o) on things other than normal filehandles; in particular,
IO::Scalar, IO::ScalarArray, and IO::Lines.
In the more-traditional IO::Handle front, we have IO::AtomicFile which may be
used to painlessly create files which are updated atomically.
And in the "this-may-prove-useful" corner, we have IO::Wrap, whose exported
wraphandle() function will clothe anything that's not a blessed object in an
IO::Handle-like wrapper... so you can just use OO syntax and stop worrying about
whether your function's caller handed you a string, a globref, or a FileHandle.
WWW: https://metacpan.org/release/IO-Stringy