Import p5-IO version 1.2301.
authorhe <he>
Fri, 12 Sep 2008 12:47:32 +0000 (12:47 +0000)
committerhe <he>
Fri, 12 Sep 2008 12:47:32 +0000 (12:47 +0000)
commit84a9c9333bb7d7d71a699e795289718fa5c80b5f
tree4547df358210ba4de70fb2b93ba86a57d0023132
parentddd71bdc1535b1ff05f58daf8d6df338d1c8d988
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
devel/p5-IO/DESCR [new file with mode: 0644]
devel/p5-IO/Makefile [new file with mode: 0644]
devel/p5-IO/distinfo [new file with mode: 0644]