In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/c0ed031bc348436d44a883027be3e4d52cf6f04f?hp=8af56b9d4cb926792c8f72b634303126a5b1d860>
- Log ----------------------------------------------------------------- commit c0ed031bc348436d44a883027be3e4d52cf6f04f Author: Karl Williamson <[email protected]> Date: Fri Sep 19 11:49:27 2014 -0600 perldelta: Grammar nit The noun 'effect' was meant here. ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 315c338..68eb709 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -594,7 +594,7 @@ to do so, before returning to Perl. The defines and labels for the flags in the C<op_private> field of OPs are now auto-generated from data in F<regen/op_private>. The noticeable -affect of this is that some of the flag output of C<Concise> might differ +effect of this is that some of the flag output of C<Concise> might differ slightly, and the flag output of C<perl -Dx> may differ considerably (they both use the same set of labels now). Also in debugging builds, there is a new assert in C<op_free()> that checks that the op doesn't have any -- Perl5 Master Repository
