Skip to content

Commit 47a9da7

Browse files
committed
Lose mention of COMPOSE phaser
Associated with rakudo/rakudo#5193 Note: there are *NO* tests for the COMPOSE phaser
1 parent 7a30bae commit 47a9da7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

doc/Language/phasers.pod6

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ CONTROL {...} # catch control exceptions, before LEAVE
4848
LAST {...} # supply tapped by whenever-block is done, runs very last
4949
QUIT {...} # catch async exceptions within a whenever-block, runs very last
5050
51-
COMPOSE {...} # when a role is composed into a class (Not yet implemented)
5251
CLOSE {...} # appears in a supply block, called when the supply is closed
5352
=end code
5453
@@ -130,7 +129,6 @@ Compilation begins
130129
=for code :skip-test<listing>
131130
BEGIN {...} # at compile time, As soon as possible, only ever runs once
132131
CHECK {...} # at compile time, As late as possible, only ever runs once
133-
COMPOSE {...} # when a role is composed into a class (Not yet implemented)
134132
135133
Execution begins
136134
@@ -417,12 +415,6 @@ C<take>, C<warn>, C<proceed> and C<succeed>.
417415
# 0
418416
419417
420-
=head1 Object phasers
421-
422-
=head2 X<COMPOSE|Phasers,COMPOSE> (Not yet implemented)
423-
424-
Runs when a role is composed into a class.
425-
426418
=head1 Asynchronous phasers
427419
428420
=head2 X<LAST|Asynchronous phasers,LAST>

0 commit comments

Comments
 (0)