summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2002-12-14 00:20:34 +0000
committercjep <cjep@pkgsrc.org>2002-12-14 00:20:34 +0000
commited6bead0b2258acfa38a79792d7e263b9ec7ed7f (patch)
tree6ccc69d8e54445778422627918304b9b0c6264af /doc
parente06c56bec37bde7b6f7a1e1cddf74866e6e41080 (diff)
downloadpkgsrc-ed6bead0b2258acfa38a79792d7e263b9ec7ed7f.tar.gz
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 5494a602b13..d607db0715c 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.777 2002/12/13 21:10:30 tron Exp $
+$NetBSD: CHANGES,v 1.778 2002/12/14 00:20:34 cjep Exp $
Changes to the packages collection and infrastructure in 2002:
@@ -3945,3 +3945,4 @@ Changes to the packages collection and infrastructure in 2002:
Added parchive-1.0 [cjep 2002-12-13]
Added nomarch-1.3 [cjep 2002-12-13]
Added ucl-1.01 [cjep 2002-12-13]
+ Added p5-IO-Null-0.02 [cjep 2002-12-14]