Skip to content

Commit c7a5da2

Browse files
committed
Refer to Definition of Success near KEEP and UNDO
1 parent 48def95 commit c7a5da2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

S04-control.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1558,8 +1558,8 @@ If exit phasers are running as a result of a stack unwind initiated by
15581558
an exception, this information needs to be made available. In any
15591559
case, the information as to whether the block is being exited
15601560
successfully or unsuccessfully needs to be available to decide
1561-
whether to run C<KEEP> or C<UNDO> blocks. How this information is
1562-
made available is implementation dependent.
1561+
whether to run C<KEEP> or C<UNDO> blocks (also see L</"Definition of Success">).
1562+
How this information is made available is implementation dependent.
15631563

15641564
An exception thrown from an C<ENTER> phaser will abort the C<ENTER>
15651565
queue, but one thrown from a C<LEAVE> phaser will not. The exceptions

0 commit comments

Comments
 (0)