Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
"first time" tweak from PerlJam++
  • Loading branch information
TimToady committed May 15, 2013
1 parent a7444d8 commit 8fca4e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion S04-control.pod
Expand Up @@ -1440,7 +1440,8 @@ phasers execute in order declared, while finalizing phasers execute in
the opposite order. When phasers are in different modules, the
C<INIT> and C<END> phasers are treated as if declared at C<use> time in
the using module. (It is erroneous to depend on this order if the
module is used more than once, however.)
module is used more than once, however, since the phasers are only
installed the first time they're noticed.)

The semantics of C<INIT> and C<START> are not equivalent to each
other in the case of cloned closures. An C<INIT> only runs once for
Expand Down

0 comments on commit 8fca4e7

Please sign in to comment.