diff options
Diffstat (limited to 'lib/Locale')
-rw-r--r-- | lib/Locale/Constants.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Locale/Constants.pm b/lib/Locale/Constants.pm index cc11969c2c..9dfe1dbcbb 100644 --- a/lib/Locale/Constants.pm +++ b/lib/Locale/Constants.pm @@ -18,6 +18,8 @@ use constant LOCALE_CODE_ALPHA_2 => 1; use constant LOCALE_CODE_ALPHA_3 => 2; use constant LOCALE_CODE_NUMERIC => 3; +$VERSION = '1.00'; + use constant LOCALE_CODE_DEFAULT => LOCALE_CODE_ALPHA_2; 1; |