Skip to content

Commit c1865cc

Browse files
committed
Make the note clearer
Otherwise people might think that closing anything is not needed at all. Issue #1561.
1 parent 8f78292 commit c1865cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/Type/IO/Handle.pod6

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ that your program does not open too many files at the same time, triggering
9797
exceptions on further C<open> calls.
9898
9999
B<Note (Rakudo versions 2017.09 and after):> Open file handles are
100-
automatically closed on program exit.
100+
automatically closed on program exit, but it is still highly
101+
recommended that you C<close> opened handles explicitly.
101102
102103
=head2 method comb
103104

0 commit comments

Comments
 (0)