summaryrefslogtreecommitdiff
path: root/devel/p5-IO-String
AgeCommit message (Collapse)AuthorFilesLines
2004-04-25Bl3ify and enable pkgviews installation.minskim1-2/+4
2004-02-08Update to 1.04:kim2-5/+5
- Documentation fixes - Seek will not reset the input_line_number (aka $.) for the IO::String object any more. - Workaround for core dump in close() in perl-5.6.x. Prerequisite for p5-Image-Info-1.16
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-01-31Updated to p5-IO-String-1.02shell3-9/+9
Changes : - Complemented the tiehandle interface with SEEK/TELL/EOF/BINMODE. - Make close($io) untie the object. This make it possible to avoid memory leaks in perl-5.8 which seems to have problems with self-ties. Based on patch by Eric Kolve <ekolve@attbi.com>. pkgsrc : - fmt on DESCR
2002-10-13Use buildlink2. Use perl5/module.mk.seb1-6/+3
2002-07-30initial import of p5-IO-String-1.01dmcmahill4-0/+28
This module is needed to make www/bins work correctly hence the import during the freeze. IO::String is an IO::File (and IO::Handle) compatible class that read or write data from in-core strings. It is really just a simplification of Eryq's IO-stringy modules. As such IO::String is a replacement for IO::Scalar.