diff options
-rw-r--r-- | pod/perldelta.pod | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index b532813a11..24eebb9d25 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -291,10 +291,11 @@ another. The warning about illegal characters in prototypes no longer says =item * -L<"Perl folding rules are not up-to-date for 0x%X; please use the perlbug -utility to report; in regex; marked by <-- HERE in m/%s/"|perldiag/"Perl -folding rules are not up-to-date for 0x%X; please use the perlbug utility -to report; in regex; marked by <-- HERE in m/%s/">: +L<Perl folding rules are not up-to-date for 0x%X; please use the perlbug +utility to report; in regex; marked by <-- HERE in +mE<sol>%sE<sol>|perldiag/"Perl folding rules are not up-to-date for 0x%X; +please use the perlbug utility to report; in regex; marked by <-- HERE in +m/%s/"> This message is now only in the regexp category, and not in the deprecated category. It is still a default (i.e., severe) warning [perl #89648]. |