In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/1ffafaddb17049a1d3bf56291e9c83272394f8ce?hp=3ee934f736b227950f308b9a5c319ad34a53b323>
- Log ----------------------------------------------------------------- commit 1ffafaddb17049a1d3bf56291e9c83272394f8ce Author: Karl Williamson <[email protected]> Date: Mon May 22 16:23:19 2017 -0600 perldelta: Add link for more expanation The link explains unescaped "{" more. ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 17a6e460ac..08b68e01be 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -406,6 +406,8 @@ warning is raised about them, and there are no current plans to change this. But it is always correct to escape C<"{">, and the simple rule to remember is to always do so. +See 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>>. + =head2 C<scalar(%hash)> return signature changed The value returned for C<scalar(%hash)> will no longer show information about -- Perl5 Master Repository
