summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-07-04 11:49:14 -0600
committerKarl Williamson <khw@cpan.org>2019-08-20 10:14:46 -0600
commit96b697999ffc92903f9d0748fba8d281aeed6067 (patch)
tree0b1740eb1601520be11d3b5140169a742a405c08 /ext
parent89be1ab881178170b6f831b4caac89e9c6973872 (diff)
downloadperl-96b697999ffc92903f9d0748fba8d281aeed6067.tar.gz
I18N::Langinfo: Add doc heading
This resolves https://rt.perl.org/Ticket/Display.html?id=134234
Diffstat (limited to 'ext')
-rw-r--r--ext/I18N-Langinfo/Langinfo.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/I18N-Langinfo/Langinfo.pm b/ext/I18N-Langinfo/Langinfo.pm
index a0fc52a9f3..7206e1ce85 100644
--- a/ext/I18N-Langinfo/Langinfo.pm
+++ b/ext/I18N-Langinfo/Langinfo.pm
@@ -72,7 +72,7 @@ our @EXPORT_OK = qw(
YESSTR
);
-our $VERSION = '0.18';
+our $VERSION = '0.19';
XSLoader::load();
@@ -180,6 +180,8 @@ For the eras based on typically some ruler, such as the Japanese Emperor
=back
+=head2 For systems without C<nl_langinfo>
+
Starting in Perl 5.28, this module is available even on systems that lack a
native C<nl_langinfo>. On such systems, it uses various methods to construct
what that function, if present, would return. But there are potential