summaryrefslogtreecommitdiff
path: root/lib/locale.pm
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-03-08 22:26:17 -0600
committerKarl Williamson <khw@cpan.org>2015-03-09 09:37:08 -0600
commitef9d5242d3ebebaa273eaaaf24138e38db8939b2 (patch)
tree75c42b6e338515ade395c906d99104656cab779c /lib/locale.pm
parent128e4113466e835078eb016709e5d23b86be3120 (diff)
downloadperl-ef9d5242d3ebebaa273eaaaf24138e38db8939b2.tar.gz
Skip various locale tests when locales are not available
It is possible to compile Perl without locales, and some platforms may not have them available properly. These tests were failing under these conditions. This commit uses the new infrastructure in loc_tools.pl to centralize the knowledge of how to determine if locales are available.
Diffstat (limited to 'lib/locale.pm')
-rw-r--r--lib/locale.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/locale.pm b/lib/locale.pm
index 61e77c7f7a..9cc243f86c 100644
--- a/lib/locale.pm
+++ b/lib/locale.pm
@@ -1,6 +1,6 @@
package locale;
-our $VERSION = '1.05';
+our $VERSION = '1.06';
use Config;
$Carp::Internal{ (__PACKAGE__) } = 1;