Skip to content

Commit 9cdecdf

Browse files
committed
recommend Proc::Async instead of Proc
1 parent 237aabf commit 9cdecdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/IO/Pipe.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ it consumes string or binary data, and another where it reproduces the same
1111
data. It is buffered, so that a write without a read doesn't immediately
1212
block.
1313
14-
Pipes can be easily constructed with L<sub run and Proc.new|/type/Proc>.
14+
Pipes can be easily constructed with L<sub run and Proc::Async.new|/type/Proc:Async>.
1515
1616
=head1 Methods
1717

0 commit comments

Comments
 (0)