Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
IO.close may requite a LEAVE too
  • Loading branch information
gfldex committed Sep 30, 2016
1 parent 0f362ee commit 13cecb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/Type/IO.pod6
Expand Up @@ -264,7 +264,8 @@ written equivalently like so:
close $fh;
When a file was opened for writing, closing it is important to ensure that all
contents are actually written to the file.
contents are actually written to the file. You may want to consider using a
L<LEAVE|/language/phasers#LEAVE> phaser to guard against exceptions.
=head2 sub slurp
Expand Down

0 comments on commit 13cecb9

Please sign in to comment.