diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-12-19 06:14:46 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-12-19 06:16:57 -0800 |
commit | acfee34976362908a3d7644d6d99606b73a3c7a6 (patch) | |
tree | ce41f02d1e73e94606b071e888c68c0ca71695c6 | |
parent | f8c38bccdd78a6892a747e002dc29167d7ddc7a6 (diff) | |
download | perl-acfee34976362908a3d7644d6d99606b73a3c7a6.tar.gz |
perldelta for fc39925ca
-rw-r--r-- | pod/perldelta.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index e40d9aa20d..108c6a70bd 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -474,6 +474,13 @@ Perl 5.18 broke autoloading via C<< ->SUPER::foo >> method calls by looking up AUTOLOAD from the current package rather than the current package's superclass. This has been fixed. [perl #120694] +=item * + +A longstanding bug causing C<do {} until CONSTANT>, where the constant +holds a true value, to read unallocated memory has been resolved. This +would usually happen after a syntax error. In past versions of Perl it has +crashed intermittently. [perl #72406] + =back =head1 Known Problems |