This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for format fixes
authorRicardo Signes <rjbs@cpan.org>
Fri, 27 Jul 2012 02:53:52 +0000 (22:53 -0400)
committerRicardo Signes <rjbs@cpan.org>
Fri, 27 Jul 2012 15:11:04 +0000 (11:11 -0400)
pod/perldelta.pod

index 605507d..51379d0 100644 (file)
@@ -124,6 +124,11 @@ Now the value is copied in such cases [perl #113044].
 
 C<__SUB__> now works in special blocks (C<BEGIN>, C<END>, etc.).
 
+=item *
+
+Formats that reference lexical variables from outside no longer result
+in crashes.
+
 =back
 
 =head1 Known Problems