Skip to content

Commit ddd8efa

Browse files
committed
Move CLOSE phaser to asychronous phasers section
1 parent 5876004 commit ddd8efa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/Language/phasers.pod6

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -248,10 +248,6 @@ treated as if declared at C<use> time in the using module. (It is erroneous to
248248
depend on this order if the module is used more than once, however, since the
249249
phasers are only installed the first time they're noticed.)
250250
251-
=head2 X<CLOSE|Phasers, CLOSE>
252-
253-
Appears in a supply block. Called when the supply is closed.
254-
255251
=head1 Block phasers
256252
257253
Execution in the context of a block has its own phases.
@@ -443,6 +439,10 @@ after the C<whenever> block it is placed within finishes.
443439
This phaser is similar to setting the C<quit> routine while tapping a Supply
444440
with C<tap>.
445441
442+
=head2 X<CLOSE|Asynchronous Phasers, CLOSE>
443+
444+
Appears in a supply block. Called when the supply is closed.
445+
446446
=head1 DOC phasers
447447
448448
=head2 X<DOC|Asynchronous Phasers, DOC>

0 commit comments

Comments
 (0)