In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/96b697999ffc92903f9d0748fba8d281aeed6067?hp=89be1ab881178170b6f831b4caac89e9c6973872>
- Log ----------------------------------------------------------------- commit 96b697999ffc92903f9d0748fba8d281aeed6067 Author: Karl Williamson <[email protected]> Date: Thu Jul 4 11:49:14 2019 -0600 I18N::Langinfo: Add doc heading This resolves https://rt.perl.org/Ticket/Display.html?id=134234 ----------------------------------------------------------------------- Summary of changes: ext/I18N-Langinfo/Langinfo.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- Perl5 Master Repository
