pkgsrc/devel/p5-IO-Null/PLIST
cjep 9a9a3fa59a Initial import of IO::Null 0.02 into the NetBSD packages collection as
devel/p5-IO-Null.

This is a perl class for null file handles. Calling a constructor of this
class always succeeds, returning a new null file handle. Writing to
any object of this class is always a no-operation, and returns true.
Reading from any object of this class is always no-operation, and
returns empty-string or empty-list, as appropriate.
2002-12-14 00:19:24 +00:00

1 line
65 B
Text

@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/14 00:19:24 cjep Exp $