diff options
author | Father Chrysostomos <sprout@cpan.org> | 2015-02-19 22:36:53 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2015-02-19 22:36:53 -0800 |
commit | 2bf8314048fd0e48c686c7162bb553e2f8fb367f (patch) | |
tree | 428130a94121d65f2842524f0d32982d6b0bb0dc /pod | |
parent | 156f41cf8b581e506141f4a75127f1a4db29ba54 (diff) | |
download | perl-2bf8314048fd0e48c686c7162bb553e2f8fb367f.tar.gz |
perldelta for parser crashes
eabab8bcc
488bc5795
fb0c7c3c4
3c47da3c2
eea89386b
1f7c3e7c6
7aa8cb0de
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index b65495ba07..da68cb385f 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -58,7 +58,7 @@ assignment variants (C<&= |= ^= &.= |.= ^.=>). To use this, enable the "bitwise" feature and disable the "experimental::bitwise" warnings category. See L<perlop/Bitwise String -Operators> for details. +Operators> for details. [perl #123466] =head1 Security @@ -512,6 +512,11 @@ LABEL>. This has been fixed. [perl #123836] Perl 5.14.0 introduced a bug whereby C<eval { LABEL: }> would crash. This has been fixed. [perl #123652] +=item * + +Various crashes due to the parser getting confused by syntax errors have +been fixed. [perl #123617] [perl #123737] [perl #123753] [perl #123677] + =back =head1 Known Problems |