summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/I18N/Langinfo.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/I18N/Langinfo.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/I18N/Langinfo.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/I18N/Langinfo.pm b/Master/tlpkg/tlperl/lib/I18N/Langinfo.pm
index a0fc52a9f33..7206e1ce859 100644
--- a/Master/tlpkg/tlperl/lib/I18N/Langinfo.pm
+++ b/Master/tlpkg/tlperl/lib/I18N/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