summaryrefslogtreecommitdiff
path: root/dist/IO
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-05-04 13:35:51 -0600
committerKarl Williamson <khw@cpan.org>2022-05-27 21:49:44 -0600
commitd80416fda389eadab7d243cc9e11e350e33eab88 (patch)
tree7f1b265e883de803487fce2f0d1e83a6ad2317ea /dist/IO
parentd90780d8fd05f6e8d0824d800c9464c559fd01d0 (diff)
downloadperl-d80416fda389eadab7d243cc9e11e350e33eab88.tar.gz
IO::Socket::INET: Use proper hyperlink in pod
Diffstat (limited to 'dist/IO')
-rw-r--r--dist/IO/lib/IO/Socket/INET.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/IO/lib/IO/Socket/INET.pm b/dist/IO/lib/IO/Socket/INET.pm
index a2de00e3c2..182e8a8b76 100644
--- a/dist/IO/lib/IO/Socket/INET.pm
+++ b/dist/IO/lib/IO/Socket/INET.pm
@@ -14,7 +14,7 @@ use Exporter;
use Errno;
our @ISA = qw(IO::Socket);
-our $VERSION = "1.49";
+our $VERSION = "1.50";
my $EINVAL = exists(&Errno::EINVAL) ? Errno::EINVAL() : 1;
@@ -330,7 +330,7 @@ inherits all the methods defined by L<IO::Socket>.
=item new ( [ARGS] )
Creates an C<IO::Socket::INET> object, which is a reference to a
-newly created symbol (see the C<Symbol> package). C<new>
+newly created symbol (see the L<Symbol> package). C<new>
optionally takes arguments, these arguments are in key-value pairs.
In addition to the key-value pairs accepted by L<IO::Socket>,