Skip to content

Commit 22b7bb2

Browse files
authored
Merge pull request #1484 from nxadm/master
Specify the version that introduced slurp
2 parents 309904c + 52845fc commit 22b7bb2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/Type/Proc.pod6

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ my $captured-output = $p.out.slurp: :close;
4343
my $captured-error = $p.err.slurp: :close;
4444
my $exit-code = $p.exitcode;
4545
46-
B<Note:> older versions of L<Rakudo|/language/glossary#Rakudo> do not have
47-
C<.slurp> available on L<IO::Pipe> objects; use
46+
B<Note:> Versions of L<Rakudo|/language/glossary#Rakudo> older than 2017.04 do not have C<.slurp> available on L<IO::Pipe> objects; use
4847
L«C<.slurp-rest>|/routine/slurp-rest» instead.
4948
5049
Use L<Proc::Async|/type/Proc::Async> for non-blocking operations.

0 commit comments

Comments
 (0)