diff options
author | Karen Etheridge <ether@cpan.org> | 2020-05-30 12:59:34 -0700 |
---|---|---|
committer | Karen Etheridge <ether@cpan.org> | 2020-05-30 12:59:34 -0700 |
commit | 57be79bdeb7cc5d9a749eaf3d2a64fce73dfce84 (patch) | |
tree | b4259f7fd37a303b6cd9cb7dfe6b880d320be3f0 /pod/perldelta.pod | |
parent | dd624e0cd07b71302c0c4f4efda244acc73fd799 (diff) | |
download | perl-57be79bdeb7cc5d9a749eaf3d2a64fce73dfce84.tar.gz |
fix the remaining whitespace changes made in error
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r-- | pod/perldelta.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 7db28de9aa..661dc3762e 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1049,7 +1049,7 @@ it occurred. =item * -L<Non-octal character '%c' terminates \o early. Resolved as "%s"|perldiag/"Non-octal character '%c' terminates \o early. Resolved as "%s""> +L<Non-octal character '%c' terminates \o early. Resolved as "%s"|perldiag/"Non-octal character '%c' terminates \o early. Resolved as "%s""> ...now includes the phrase "terminates \o early", and has extra text added at the end, when raised during regular expression pattern compilation, @@ -1061,7 +1061,7 @@ the text of the resolution has been clarified. L<'%s' resolved to '\o{%s}%d'|perldiag/'%s' resolved to '\o{%s}%d'> As of Perl 5.32, this message is no longer generated. Instead, -L<perldiag/Non-octal character '%c' terminates \o early. Resolved as "%s"> +L<perldiag/Non-octal character '%c' terminates \o early. Resolved as "%s"> is used instead. =item * |