From 28ea507e1afb1faecc4cde0b6fba7a3b8c32e738 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Mon, 12 Aug 2013 20:19:01 -0700 Subject: [PATCH] perldelta for c30fc27 The first part was stolen from 72251ce78c061 on the maint-5.18 branch. --- pod/perldelta.pod | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index bbcf2e8..b6d7e92 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -514,6 +514,18 @@ become mutable under certain circumstances. C was broken in Perl 5.18.0; the C

flag was ignored. This has been fixed [perl #118213]. +=item * + +Starting in v5.18.0, a construct like C would have its C<#> +incorrectly interpreted as a comment. The code block would be skipped, +unparsed. This has been corrected. + +=item * + +Starting in Perl 5.001, a regular expression like C or +C would have its C<#> incorrectly interpreted as a comment, so +the variable would not interpolate. This has been corrected [perl #45667]. + =back =head1 Known Problems -- 2.7.4