[Lunar-commits] r26314 - moonbase/trunk/perl/IO-All

Dennis Veatch stumbles at lunar-linux.org
Sat Oct 20 14:14:21 CEST 2007


Author: stumbles
Date: 2007-10-20 14:14:21 +0200 (Sat, 20 Oct 2007)
New Revision: 26314

Modified:
   moonbase/trunk/perl/IO-All/DETAILS
Log:

- make catdir work with current dir in addition to other args.
- make catfile work with current dir in addition to other args.
- Add support for import flags like -strict and -utf8
- Add generic encoding, instead of just utf8.

to name a few changes.


Modified: moonbase/trunk/perl/IO-All/DETAILS
===================================================================
--- moonbase/trunk/perl/IO-All/DETAILS	2007-10-20 12:09:36 UTC (rev 26313)
+++ moonbase/trunk/perl/IO-All/DETAILS	2007-10-20 12:14:21 UTC (rev 26314)
@@ -1,19 +1,22 @@
           MODULE=IO-All
-         VERSION=0.35
+         VERSION=0.38
           SOURCE=$MODULE-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
       SOURCE_URL=http://search.cpan.org/CPAN/authors/id/I/IN/INGY
-      SOURCE_VFY=sha1:7b467e626ab7e057e6820f0d5478a3aa1d0ef891
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/IO-All-$VERSION
+      SOURCE_VFY=sha1:d877957efde35cddf6204c832aa998fec7e74498
         WEB_SITE=http://search.cpan.org/~ingy/$MODULE-$VERSION
          ENTERED=20050731
-         UPDATED=20060804
-           SHORT="IO::All - IO::All of it to Graham and Damian!"
+         UPDATED=20071020
+           SHORT="combines all of the best Perl IO modules into a single package"
 cat << EOF
-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!
+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.
-
+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.
 EOF



More information about the Lunar-commits mailing list