summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-05-09 17:31:45 -0600
committerKarl Williamson <khw@cpan.org>2019-05-25 22:15:22 -0600
commit5d3db279f3a8edaeb0eeed8fb5ac65bd5a5c9327 (patch)
tree74472abfa4fb09ce03ef60782fa303390feeae8a /dist
parent633506a42d08bdb4fdbd0e7059d64b1b307a5920 (diff)
downloadperl-5d3db279f3a8edaeb0eeed8fb5ac65bd5a5c9327.tar.gz
IO: Add L<> around link in pod
Diffstat (limited to 'dist')
-rw-r--r--dist/IO/IO.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/IO/IO.pm b/dist/IO/IO.pm
index 44c4df8415..9df95ba20f 100644
--- a/dist/IO/IO.pm
+++ b/dist/IO/IO.pm
@@ -7,7 +7,7 @@ use Carp;
use strict;
use warnings;
-our $VERSION = "1.40";
+our $VERSION = "1.41";
XSLoader::load 'IO', $VERSION;
sub import {
@@ -53,7 +53,7 @@ in one go. The IO modules belonging to the core are:
Some other IO modules don't belong to the perl core but can be loaded
as well if they have been installed from CPAN. You can discover which
-ones exist by searching for "^IO::" on http://search.cpan.org.
+ones exist by searching for "^IO::" on L<http://search.cpan.org>.
For more information on any of these modules, please see its respective
documentation.