In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/a6733086268c102c4a51052b0cecb1fcb870b939?hp=48e85ff26ef47c33abf2b0d4cc9c5b0c44793571>
- Log ----------------------------------------------------------------- commit a6733086268c102c4a51052b0cecb1fcb870b939 Author: Sawyer X <[email protected]> Date: Mon May 22 21:21:39 2017 +0200 Fix various POD issues ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index c135a10704..f6a04c3b38 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1265,6 +1265,8 @@ hunt around in the parser for how a given operator is handled. =over 4 +=item * + Some locales aren't compatible with Perl. Note that these can cause core dumps. @@ -1442,7 +1444,7 @@ Perl yourself. The #! line at the top of your file could look like: =item * -L<Unescaped left brace in regex is illegal here|perldiag/Unescaped left brace in regex is illegal here in regex; marked by S<E<lt>-- HERE> in m/%s/> +L<Unescaped left brace in regex is illegal here|perldiag/Unescaped left brace in regex is illegal here in regex; marked by S<E<lt>-- HERE> in mE<sol>%sE<sol>> Unescaped left braces are now illegal in some contexts in regular expression patterns. In other contexts, they are still just deprecated; they will -- Perl5 Master Repository
