diff options
Diffstat (limited to 'ext/I18N/Langinfo/Langinfo.pm')
-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 b052d185d4..cebff73fb2 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.01'; +our $VERSION = '0.02'; sub AUTOLOAD { # This AUTOLOAD is used to 'autoload' constants from the constant() |