pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-IO



Module Name:    pkgsrc
Committed By:   he
Date:           Fri Sep 12 12:47:32 UTC 2008

Update of /cvsroot/pkgsrc/devel/p5-IO
In directory ivanova.netbsd.org:/tmp/cvs-serv4384

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


Status:

Vendor Tag:     TNF
Release Tags:   pkgsrc-base
                
N pkgsrc/devel/p5-IO/Makefile
N pkgsrc/devel/p5-IO/DESCR
N pkgsrc/devel/p5-IO/distinfo

No conflicts created by this import



Home | Main Index | Thread Index | Old Index