diff options
author | Father Chrysostomos <sprout@cpan.org> | 2013-06-22 21:51:07 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2013-06-22 22:11:47 -0700 |
commit | 645b87049490627c9dac664b7f9664aee7ed0270 (patch) | |
tree | cae0572b23f51a5da566909b9093d77b2fb67ce6 /ext | |
parent | 2569408562bc03e66c6a3a212d9c354e88f5d3df (diff) | |
download | perl-645b87049490627c9dac664b7f9664aee7ed0270.tar.gz |
Increase $I18N::Langinfo::VERSION to 0.11
Diffstat (limited to 'ext')
-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 96fae3d7b0..8bca111305 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.10'; +our $VERSION = '0.11'; XSLoader::load(); |