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');