diff options
author | Ricardo Signes <rjbs@cpan.org> | 2014-03-14 09:15:36 +0100 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2014-03-18 13:22:35 -0400 |
commit | 44ecbbd814e71f2c059520c0bc148cc2cf1abc55 (patch) | |
tree | 381d3ae0569ace6cf936dc0b8049a65ac523511d /pod/perlunicode.pod | |
parent | d2ec25a5ba622b2b027aa4c7967f7352c704f84b (diff) | |
download | perl-44ecbbd814e71f2c059520c0bc148cc2cf1abc55.tar.gz |
replace links to perllexwarn with links to warnings
or, sometimes, simply remove them
Diffstat (limited to 'pod/perlunicode.pod')
-rw-r--r-- | pod/perlunicode.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index 95db7ac355..06cd938556 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -1403,7 +1403,7 @@ the C<"non_unicode"> warning class has been made fatal, say by: use warnings FATAL => "non_unicode" -(see L<perllexwarn>). In this mode of operation, Perl will raise the +(see L<warnings>). In this mode of operation, Perl will raise the warning for all matches against a non-Unicode code point (not just the arguable ones), and it skips the optimizations that might cause the warning to not be output. (It currently still won't warn if the match |