X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FIO%2FIO.pm;h=cb6d5d89f0738ed7c9315bdb9b969e13b4634ecf;hb=84dc3c4daae48410e767ac41da148ac5c6c45446;hp=645837bbf8bae791de51ceaa6f5144df3dae860c;hpb=6f84cdf987838c544bcd95f51ff8d4f3ef90f529;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/IO/IO.pm b/ext/IO/IO.pm index 645837b..cb6d5d8 100644 --- a/ext/IO/IO.pm +++ b/ext/IO/IO.pm @@ -10,3 +10,26 @@ use IO::Socket; 1; +=head1 NAME + +IO - load various IO modules + +=head1 SYNOPSIS + + use IO; + +=head1 DESCRIPTION + +C provides a simple mechanism to load all of the IO modules at one go. +Currently this includes: + + IO::Handle + IO::Seekable + IO::File + IO::Pipe + IO::Socket + +For more information on any of these modules, please see its respective +documentation. + +=cut