Subject: CVS commit: pkgsrc/devel/p5-IO
From: Havard Eidnes
Date: 2008-09-12 14:47:32
Message id: 20080912124732.4AB0B175D0@cvs.netbsd.org

Log Message:
Import p5-IO version 1.2301.

IO provides a simple mechanism to load several of the IO modules
in one go. The IO modules belonging to the core are:

      IO::Handle
      IO::Seekable
      IO::File
      IO::Pipe
      IO::Socket
      IO::Dir
      IO::Select
      IO::Poll

Note that these modules should be loaded via

      use IO qw(Handle File); # etc.

and not via the deprecated method

      use IO;  # DEPRECATED

Files:
RevisionActionfile
1.1importpkgsrc/devel/p5-IO/Makefile
1.1importpkgsrc/devel/p5-IO/DESCR
1.1importpkgsrc/devel/p5-IO/distinfo