diff options
author | Ricardo Signes <rjbs@cpan.org> | 2013-01-16 16:10:55 -0500 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2013-01-17 22:43:51 -0500 |
commit | c527d30d01c498d38153a26074f221f0f9e34cfb (patch) | |
tree | b13debd1044250723393b94f79a4a00b8a44676a /ext/I18N-Langinfo | |
parent | 08ed35428f286e0e7b62691e5db80d8296843dae (diff) | |
download | perl-c527d30d01c498d38153a26074f221f0f9e34cfb.tar.gz |
bump I18N::Langinfo to a non-dev version
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 db303592ef..0b6ef2a10d 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.08_02'; +our $VERSION = '0.09'; XSLoader::load(); |