summaryrefslogtreecommitdiff
path: root/ext/I18N-Langinfo
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-03-07 12:04:00 -0700
committerKarl Williamson <khw@cpan.org>2018-03-12 10:17:14 -0600
commit13a5f6feb6a027d1f26e17b55ba95120cacaf024 (patch)
tree25661f7784a5f5d6da832759c327e5668c19a3cf /ext/I18N-Langinfo
parentc3997e39b6a1f4b4b51aa6f192c7d5f1be7d711b (diff)
downloadperl-13a5f6feb6a027d1f26e17b55ba95120cacaf024.tar.gz
I18N::Langinfo: fix pod nits
Removing trailing space; fix typo, clarify
Diffstat (limited to 'ext/I18N-Langinfo')
-rw-r--r--ext/I18N-Langinfo/Langinfo.pm13
1 files changed, 7 insertions, 6 deletions
diff --git a/ext/I18N-Langinfo/Langinfo.pm b/ext/I18N-Langinfo/Langinfo.pm
index bbbc4d1766..bcc15274c4 100644
--- a/ext/I18N-Langinfo/Langinfo.pm
+++ b/ext/I18N-Langinfo/Langinfo.pm
@@ -113,11 +113,11 @@ answers for a yes/no question in the current locale.
In other words, in the "C" (or English) locale the above will probably
print something like:
- Sun? [yes/no]
+ Sun? [yes/no]
but under a French locale
- dim? [oui/non]
+ dim? [oui/non]
The usually available constants are
@@ -158,7 +158,8 @@ for the affirmative and negative responses and expressions, and
ERA ERA_D_FMT ERA_D_T_FMT ERA_T_FMT
-for the Japanese Emperor eras (naturally only defined under Japanese locales).
+for the eras based on typically some ruler, such as the Japanese Emperor
+(naturally only defined in the appropriate locales).
Starting in Perl 5.28, this module is available even on systems that lack a
nativeC<nl_langinfo>. On such systems, it uses various methods to construct
@@ -224,7 +225,7 @@ know about them. C<""> is returned for these on such systems.
=back
-See your L<langinfo(3)> for more information about the available
+See your L<nl_langinfo(3)> for more information about the available
constants. (Often this means having to look directly at the
F<langinfo.h> C header file.)
@@ -245,13 +246,13 @@ The langinfo() is just a wrapper for the C nl_langinfo() interface.
=head1 AUTHOR
-Jarkko Hietaniemi, E<lt>jhi@hut.fiE<gt>
+Jarkko Hietaniemi, E<lt>jhi@hut.fiE<gt>. Now maintained by Perl 5 porters.
=head1 COPYRIGHT AND LICENSE
Copyright 2001 by Jarkko Hietaniemi
This library is free software; you can redistribute it and/or modify
-it under the same terms as Perl itself.
+it under the same terms as Perl itself.
=cut