diff options
Diffstat (limited to 'ext/IO/IO.pm')
-rw-r--r-- | ext/IO/IO.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/IO/IO.pm b/ext/IO/IO.pm index 1ba05ca916..4d4c81ce40 100644 --- a/ext/IO/IO.pm +++ b/ext/IO/IO.pm @@ -12,7 +12,7 @@ IO - load various IO modules =head1 DESCRIPTION -C<IO> provides a simple mechanism to load all of the IO modules at one go. +C<IO> provides a simple mechanism to load some of the IO modules at one go. Currently this includes: IO::Handle |