In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/ef9c94e2505a1b36fa63319a632e9b86a35609d8?hp=bb6a367ad5d39a6d163bda06f6788f8e7833b713>
- Log ----------------------------------------------------------------- commit ef9c94e2505a1b36fa63319a632e9b86a35609d8 Author: Father Chrysostomos <[email protected]> Date: Sun Nov 16 10:34:32 2014 -0800 Increase $I18N::Langinfo::VERSION to 0.12 M ext/I18N-Langinfo/Langinfo.pm commit 4fe3eaa08a5468252eedd11b4fed4da542bcd926 Author: Slaven Rezic <[email protected]> Date: Tue May 19 22:50:45 2009 +0200 $@ check in I18N::Langinfo documentation is reversed M ext/I18N-Langinfo/Langinfo.pm ----------------------------------------------------------------------- Summary of changes: ext/I18N-Langinfo/Langinfo.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/I18N-Langinfo/Langinfo.pm b/ext/I18N-Langinfo/Langinfo.pm index 8bca111..2521fc4 100644 --- a/ext/I18N-Langinfo/Langinfo.pm +++ b/ext/I18N-Langinfo/Langinfo.pm @@ -72,7 +72,7 @@ our @EXPORT_OK = qw( YESSTR ); -our $VERSION = '0.11'; +our $VERSION = '0.12'; XSLoader::load(); @@ -166,7 +166,7 @@ you can wrap the import in an eval like this: I18N::Langinfo->import(qw(langinfo CODESET)); $codeset = langinfo(CODESET()); # note the () }; - if (!$@) { ... failed ... } + if ($@) { ... failed ... } =head2 EXPORT -- Perl5 Master Repository
