diff --git a/pod/perl5280delta.pod b/pod/perl5280delta.pod index 0602a1f79dba..c445f8b2b07a 100644 --- a/pod/perl5280delta.pod +++ b/pod/perl5280delta.pod @@ -1868,7 +1868,7 @@ A new function, L|perlapi/Perl_langinfo> has been added. It is an (almost) drop-in replacement for the system C, but works on platforms that lack that; as well as being more thread-safe, and hiding some gotchas with locale handling -from the caller. Code that uses this, needn't use L> +from the caller. Code that uses this, needn't use C> (and be affected by the gotchas) to find the decimal point, thousands separator, or currency symbol. See L.