diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-03-19 14:40:36 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-03-19 14:40:36 -0700 |
commit | 911a37294a3f243e6e9b563557f80a6e08cc4b58 (patch) | |
tree | 8b03f8e5a78d0e363e9a25fcc4a7acd7c7481dc8 /ext/I18N-Langinfo | |
parent | 8c58eb6984b3fb1aed92f413f2bee67e2ec816c0 (diff) | |
download | perl-911a37294a3f243e6e9b563557f80a6e08cc4b58.tar.gz |
Version bumps for the recent PERL_NO_GET_CONTEXT commits
Diffstat (limited to 'ext/I18N-Langinfo')
-rw-r--r-- | ext/I18N-Langinfo/Langinfo.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/I18N-Langinfo/Langinfo.pm b/ext/I18N-Langinfo/Langinfo.pm index 8af32de5a9..a3bf3b58e5 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.07'; +our $VERSION = '0.08'; XSLoader::load(); |