diff options
Diffstat (limited to 'pod/perldeprecation.pod')
-rw-r--r-- | pod/perldeprecation.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldeprecation.pod b/pod/perldeprecation.pod index 250e2c9578..95a94cd403 100644 --- a/pod/perldeprecation.pod +++ b/pod/perldeprecation.pod @@ -101,7 +101,7 @@ also be escaped to avoid confusing the parser, for example, Forcing literal C<{> characters to be escaped will enable the Perl language to be extended in various ways in future releases. To avoid -needlessly breaking existing code, the restriction is is not enforced in +needlessly breaking existing code, the restriction is not enforced in contexts where there are unlikely to ever be extensions that could conflict with the use there of C<{> as a literal. A non-deprecation warning that the left brace is being taken literally is raised in |