diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-16 00:38:41 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-16 00:38:41 +0000 |
commit | 28b605d8910b6ca7063fcd3cd10e0b471b6b8c9b (patch) | |
tree | 43a26d0e536e10ff2c57959c145a04d3087fe56e /lib/Locale | |
parent | b972f109af5890881e3a2c54b8e1d4ff84ca62eb (diff) | |
download | perl-28b605d8910b6ca7063fcd3cd10e0b471b6b8c9b.tar.gz |
Add the fruits of Larry Shatzer's version verifying script.
(There are some straddlers, but they will be fixed in the
upcoming releases of the modules.)
p4raw-id: //depot/perl@13034
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; |