summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-12-25 03:56:06 +0000
committerjlam <jlam@pkgsrc.org>2004-12-25 03:56:06 +0000
commit9b4c5bdaf731d4eae7284c89f1c215f1250bcb4d (patch)
tree59b956f7e9f5d8f77ccb421d5e2f95b1073506dd /doc
parentcb586c7ce19f3dd9e15ebd0b9cc8bc268c2a4898 (diff)
downloadpkgsrc-9b4c5bdaf731d4eae7284c89f1c215f1250bcb4d.tar.gz
Import p5-IO-All-0.33 as devel/p5-IO-All, a Spiffy interface to Perl IO.
IO::All combines all of the best Perl IO modules into a single Spiffy object oriented interface to greatly simplify your everyday Perl IO idioms. It exports a single function called "io", which returns a new IO::All object. And that object can do it all! The IO::All object is a proxy for IO::File, IO::Dir, IO::Socket, IO::String, Tie::File, File::Spec, File::Path and File::ReadBackwards; as well as all the DBM and MLDBM modules. You can use most of the methods found in these classes and in IO::Handle (which they inherit from). IO::All adds dozens of other helpful idiomatic methods including file stat and manipulation functions.
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 a1b7c8ce33c..338013dd0ee 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.8430 2004/12/25 03:30:34 jlam Exp $
+$NetBSD: CHANGES,v 1.8431 2004/12/25 03:56:06 jlam Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -6528,3 +6528,4 @@ Changes to the packages collection and infrastructure in 2004:
Updated gnupg to 1.4.0 [wiz 2004-12-25]
Updated p5-Scalar-List-Utils to 1.14 [jlam 2004-12-25]
Added p5-Spiffy-0.21 [jlam 2004-12-25]
+ Added p5-IO-All-0.33 [jlam 2004-12-25]