summaryrefslogtreecommitdiff
path: root/dist/IO
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-05-04 13:34:30 -0600
committerKarl Williamson <khw@cpan.org>2022-05-27 21:49:44 -0600
commitd90780d8fd05f6e8d0824d800c9464c559fd01d0 (patch)
treee91d61226e8ffa5a031f82b4edb1aba8c407dac5 /dist/IO
parent799cf8c881253c2c3e455badcd8f826bf31598bf (diff)
downloadperl-d90780d8fd05f6e8d0824d800c9464c559fd01d0.tar.gz
IO::Pipe: Use proper hyperlink in pod
Diffstat (limited to 'dist/IO')
-rw-r--r--dist/IO/lib/IO/Pipe.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/IO/lib/IO/Pipe.pm b/dist/IO/lib/IO/Pipe.pm
index 8b712daf84..bc9bee8a52 100644
--- a/dist/IO/lib/IO/Pipe.pm
+++ b/dist/IO/lib/IO/Pipe.pm
@@ -13,7 +13,7 @@ use strict;
use Carp;
use Symbol;
-our $VERSION = "1.49";
+our $VERSION = "1.50";
sub new {
my $type = shift;
@@ -203,7 +203,7 @@ processes.
=item new ( [READER, WRITER] )
Creates an C<IO::Pipe>, which is a reference to a newly created symbol
-(see the C<Symbol> package). C<IO::Pipe::new> optionally takes two
+(see the L<Symbol> package). C<IO::Pipe::new> optionally takes two
arguments, which should be objects blessed into C<IO::Handle>, or a
subclass thereof. These two objects will be used for the system call
to C<pipe>. If no arguments are given then method C<handles> is called