This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for bug #70615 + tweaks
authorFather Chrysostomos <sprout@cpan.org>
Thu, 23 Sep 2010 08:01:20 +0000 (01:01 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 23 Sep 2010 08:01:20 +0000 (01:01 -0700)
pod/perldelta.pod

index 8cdbdb3..aa23407 100644 (file)
@@ -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