From 38e872e84fc033e39df37b69a0dbddb994e13d23 Mon Sep 17 00:00:00 2001 From: John Imrie Date: Fri, 9 Jan 2015 08:48:07 +0000 Subject: [PATCH] V0.26.8 Release --- Locale-CLDR/Changes | 2 +- Locale-CLDR/mkcldr.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Locale-CLDR/Changes b/Locale-CLDR/Changes index d528825..2c102b4 100644 --- a/Locale-CLDR/Changes +++ b/Locale-CLDR/Changes @@ -78,7 +78,7 @@ All dates are in ISO 8601 Format - Given all currency tests a locale with a region identifier - Added tests for the Breton language -0.26.8 +0.26.8 2015-01-09 - Added tests for all units in base distribution - Added compound units for different lengths - Added precomputed divisors for compound units diff --git a/Locale-CLDR/mkcldr.pl b/Locale-CLDR/mkcldr.pl index 22f206d..883e2da 100755 --- a/Locale-CLDR/mkcldr.pl +++ b/Locale-CLDR/mkcldr.pl @@ -35,7 +35,7 @@ # $RELEASE_STATUS relates to the CPAN status it can be one of 'stable', for a # full release or 'unstable' for a developer release -my $RELEASE_STATUS = 'unstable'; +my $RELEASE_STATUS = 'stable'; chdir $FindBin::Bin; my $data_directory = File::Spec->catdir($FindBin::Bin, 'Data');