pkgsrc/devel/p5-IO-stringy/DESCR
martti 781920fb3a Updated to version 2.108 (PR#14610). List of changes is unknown,
i.e. there isn't any ChangeLog file in the distfile...
2001-11-22 08:59:06 +00:00

12 lines
673 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.
This Perl module provides the following functions :
IO::AtomicFile Write a file which is updated atomically
IO::Lines I/O handle to read/write to array of lines
IO::Scalar I/O handle to read/write to a string
IO::ScalarArray I/O handle to read/write to array of scalars
IO::Wrap Wrap old-style FHs in standard OO interface
IO::WrapTie Tie your handles & retain full OO interface