summaryrefslogtreecommitdiff
path: root/devel/p5-IO-Null
AgeCommit message (Collapse)AuthorFilesLines
2002-12-14Initial import of IO::Null 0.02 into the NetBSD packages collection ascjep4-0/+32
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.