From: Kevin Ryde Date: Sun, 8 Nov 2009 11:36:03 +0000 (+0100) Subject: Correctly document export of I18N::Langinfo X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c893053f329772e31b0ed040820fa69db50249aa;hp=d0989f645231e684b14c8795b57d431229514fac;p=p5sagit%2Fp5-mst-13.2.git Correctly document export of I18N::Langinfo [perl #70303] I18N::Langinfo docs "nothing exported" --- diff --git a/ext/I18N-Langinfo/Langinfo.pm b/ext/I18N-Langinfo/Langinfo.pm index cebff73..38d8f10 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 function is exported. =head1 SEE ALSO