In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/c893053f329772e31b0ed040820fa69db50249aa?hp=d0989f645231e684b14c8795b57d431229514fac>

- Log -----------------------------------------------------------------
commit c893053f329772e31b0ed040820fa69db50249aa
Author: Kevin Ryde <perlbug-follo...@perl.org>
Date:   Sun Nov 8 12:36:03 2009 +0100

    Correctly document export of I18N::Langinfo
    
    [perl #70303] I18N::Langinfo docs "nothing exported"
-----------------------------------------------------------------------

Summary of changes:
 ext/I18N-Langinfo/Langinfo.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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<langinfo()> function is exported.
 
 =head1 SEE ALSO
 

--
Perl5 Master Repository

Reply via email to