We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 121795e commit 4a48a5cCopy full SHA for 4a48a5c
doc/Type/IO/CatHandle.pod6
@@ -306,6 +306,9 @@ IO::CatHandle.new($f1, $f2).lines.perl.say;
306
# OUTPUT: «("foo", "bar", "meow").Seq»
307
=end code
308
309
+Note: if C<:$close> is C<False>, fully-consumed handles are B<still> going
310
+to be closed.
311
+
312
=head2 method lock
313
314
Defined as:
@@ -736,6 +739,9 @@ IO::CatHandle.new($f1, $f2).words.perl.say;
736
739
737
740
738
741
742
743
744
745
=head1 NYI Methods
746
747
The L<IO::CatHandle> type overrides these methods to throw C<X::NYI>
0 commit comments