summaryrefslogtreecommitdiff
path: root/dist/IO
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-05-04 13:37:27 -0600
committerKarl Williamson <khw@cpan.org>2022-05-27 21:49:44 -0600
commit66430cfeaf88720de2ca2ea5d0cb55edc3ae8883 (patch)
tree0868c85689259a756a04bdcd15638f754d2a42c2 /dist/IO
parentd80416fda389eadab7d243cc9e11e350e33eab88 (diff)
downloadperl-66430cfeaf88720de2ca2ea5d0cb55edc3ae8883.tar.gz
IO::Socket::UNIX: Add proper hyperlink in pod
Diffstat (limited to 'dist/IO')
-rw-r--r--dist/IO/lib/IO/Socket/UNIX.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/IO/lib/IO/Socket/UNIX.pm b/dist/IO/lib/IO/Socket/UNIX.pm
index 60bdc047b5..1229f990d9 100644
--- a/dist/IO/lib/IO/Socket/UNIX.pm
+++ b/dist/IO/lib/IO/Socket/UNIX.pm
@@ -11,7 +11,7 @@ use IO::Socket;
use Carp;
our @ISA = qw(IO::Socket);
-our $VERSION = "1.49";
+our $VERSION = "1.50";
IO::Socket::UNIX->register_domain( AF_UNIX );
@@ -111,7 +111,7 @@ inherits all the methods defined by L<IO::Socket>.
=item new ( [ARGS] )
Creates an C<IO::Socket::UNIX> 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>,