diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-08-24 23:56:18 +0000 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-08-24 23:56:18 +0000 |
commit | 84dc3c4daae48410e767ac41da148ac5c6c45446 (patch) | |
tree | 22b3c90c3712939c2c7a165b60ea3f0881a1af54 /ext/IO/IO.pm | |
parent | 6f84cdf987838c544bcd95f51ff8d4f3ef90f529 (diff) | |
download | perl-84dc3c4daae48410e767ac41da148ac5c6c45446.tar.gz |
Clean up docmentation installation errors.
Diffstat (limited to 'ext/IO/IO.pm')
-rw-r--r-- | ext/IO/IO.pm | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/ext/IO/IO.pm b/ext/IO/IO.pm index 645837bbf8..cb6d5d89f0 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<IO> 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 |