summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <perlbug-followup@perl.org>2009-11-08 12:36:03 +0100
committerRafael Garcia-Suarez <rgs@consttype.org>2009-11-08 12:36:46 +0100
commitc893053f329772e31b0ed040820fa69db50249aa (patch)
tree94bb5d5f23566ba6567dcc869620062ba7f343fb
parentd0989f645231e684b14c8795b57d431229514fac (diff)
downloadperl-c893053f329772e31b0ed040820fa69db50249aa.tar.gz
Correctly document export of I18N::Langinfo
[perl #70303] I18N::Langinfo docs "nothing exported"
-rw-r--r--ext/I18N-Langinfo/Langinfo.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/I18N-Langinfo/Langinfo.pm b/ext/I18N-Langinfo/Langinfo.pm
index cebff73fb2..38d8f10e6e 100644
--- a/ext/I18N-Langinfo/Langinfo.pm
+++ b/ext/I18N-Langinfo/Langinfo.pm
@@ -73,7 +73,7 @@ our @EXPORT_OK = qw(
YESSTR
);
-our $VERSION = '0.02';
+our $VERSION = '0.03';
sub AUTOLOAD {
# This AUTOLOAD is used to 'autoload' constants from the constant()
@@ -193,7 +193,7 @@ you can wrap the import in an eval like this:
=head2 EXPORT
-Nothing is exported by default.
+By default only the C<langinfo()> function is exported.
=head1 SEE ALSO