summaryrefslogtreecommitdiff
path: root/devel/p5-IO-Null/DESCR
AgeCommit message (Collapse)AuthorFilesLines
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-3/+3
2002-12-14Initial import of IO::Null 0.02 into the NetBSD packages collection ascjep1-0/+10
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.