diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-03-15 07:18:15 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-03-15 07:18:15 +0800 |
commit | d27e18e8da617f51fa61d9262c89940091736485 (patch) | |
tree | f3d4a98ad66f9cac68fd259e984c92d082b579a6 /devel/p5-IO-String/pkg-descr | |
parent | 337930b8f3e4654462dcffc8fc9a34dc411a814b (diff) | |
download | freebsd-ports-gnome-d27e18e8da617f51fa61d9262c89940091736485.tar.gz freebsd-ports-gnome-d27e18e8da617f51fa61d9262c89940091736485.tar.zst freebsd-ports-gnome-d27e18e8da617f51fa61d9262c89940091736485.zip |
Simplified Perl5 module to handle I/O on in-core strings
PR: ports/25766
Submitted by: Johann Visagie <johann@egenetics.com>
Diffstat (limited to 'devel/p5-IO-String/pkg-descr')
-rw-r--r-- | devel/p5-IO-String/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/p5-IO-String/pkg-descr b/devel/p5-IO-String/pkg-descr new file mode 100644 index 000000000000..4423f2195e0e --- /dev/null +++ b/devel/p5-IO-String/pkg-descr @@ -0,0 +1,8 @@ +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> |