Subject: CVS commit: pkgsrc/doc
To: None <pkgsrc-changes@netbsd.org>
From: Chris Pinnock <cjep@netbsd.org>
List: pkgsrc-changes
Date: 12/14/2002 02:20:35
Module Name:	pkgsrc
Committed By:	cjep
Date:		Sat Dec 14 00:20:35 UTC 2002

Modified Files:
	pkgsrc/doc: CHANGES

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.777 -r1.778 pkgsrc/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.