aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-IO-Null
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2008-05-23 21:18:39 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2008-05-23 21:18:39 +0000
commitf532e2405a86e1d06101e7f16d1a06c57c38f1e7 (patch)
tree493f4b8f11be6f9234c8929e9caa0a69d5907084 /devel/p5-IO-Null
parent6d4aa839c8cdb87f7568725dc7b86a60214d87b7 (diff)
downloadports-f532e2405a86e1d06101e7f16d1a06c57c38f1e7.tar.gz
ports-f532e2405a86e1d06101e7f16d1a06c57c38f1e7.zip
Notes
Diffstat (limited to 'devel/p5-IO-Null')
-rw-r--r--devel/p5-IO-Null/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-IO-Null/pkg-descr b/devel/p5-IO-Null/pkg-descr
index e26715ba9e37..93d339a2bb46 100644
--- a/devel/p5-IO-Null/pkg-descr
+++ b/devel/p5-IO-Null/pkg-descr
@@ -2,7 +2,7 @@ IO::Null
========
Calling a constructor of this class always succeeds, returning a new
-null filehabdle. Writing to any object of this class is always a no-
+null filehandle. Writing to any object of this class is always a no-
operation, and returns true. Reading from any object of this class is
always nooperation, and returns empty-string or empty-list, as
appropriate.