Correctly document export of I18N::Langinfo
Kevin Ryde [Sun, 8 Nov 2009 11:36:03 +0000 (12:36 +0100)]
[perl #70303] I18N::Langinfo docs "nothing exported"

ext/I18N-Langinfo/Langinfo.pm

index cebff73..38d8f10 100644 (file)
@@ -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