In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/a5763045776ca8ceaf2c78fa074b0f8a1dbe6e9e?hp=69af116790ebcd9c7773d33ed3192490acc438a3>
- Log ----------------------------------------------------------------- commit a5763045776ca8ceaf2c78fa074b0f8a1dbe6e9e Author: Father Chrysostomos <[email protected]> Date: Thu Sep 23 01:01:20 2010 -0700 perldelta for bug #70615 + tweaks ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 8cdbdb3..aa23407 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -344,7 +344,8 @@ be noted as well. =item * -See L</Regular expressions retain their localeness when interpolated> +See L</Regular expressions retain their localeness when interpolated>, +above. =back @@ -380,6 +381,12 @@ to turn into at compile time. Now it correctly matches against C<$_> L<[perl #20444]|http://rt.perl.org/rt3//Public/Bug/Display.html?id=20444>. +=item * + +Parsing Perl code (either with string C<eval> or by loading modules) from +within a C<UNITCHECK> block no longer causes the interpreter to crash +L<[perl #70614]|http://rt.perl.org/rt3//Public/Bug/Display.html?id=70614>. + =back =head1 Known Problems -- Perl5 Master Repository
