File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ Synopsis 4: Blocks and Statements
13
13
14
14
Created: 19 Aug 2004
15
15
16
- Last Modified: 7 Jul 2011
17
- Version: 107
16
+ Last Modified: 31 Jul 2011
17
+ Version: 108
18
18
19
19
This document summarizes Apocalypse 4, which covers the block and
20
20
statement syntax of Perl.
@@ -1382,7 +1382,9 @@ of these can occur multiple times within the block. So they aren't
1382
1382
really traits, exactly--they add themselves onto a list stored in the
1383
1383
actual trait (except for C<START>, which executes inline). So if you
1384
1384
examine the C<ENTER> trait of a block, you'll find that it's really
1385
- a list of phasers rather than a single phaser.
1385
+ a list of phasers rather than a single phaser. In general, initalizing
1386
+ phasers execute in order declare, while finalizing phasers execute in
1387
+ the opposite order.
1386
1388
1387
1389
The semantics of C<INIT> and C<START> are not equivalent to each
1388
1390
other in the case of cloned closures. An C<INIT> only runs once for
You can’t perform that action at this time.
0 commit comments