1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/devel/p5-IO-String/pkg-descr
Michael Haro 43375d0579 add WWW and remove MANPREFIX as it was already set by bsd.port.mk
PR:		52157
Submitted by:	Mathieu Arnold <m@absolight.net>
2003-08-04 01:01:36 +00:00

11 lines
377 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/
Author: Gisle Aas <gisle@aas.no>
-- Johann Visagie <johann@egenetics.com>