diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-27 13:05:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-27 13:05:59 +0000 |
commit | fe807a38a7442aecdfc915f3ff312b73bc2023b8 (patch) | |
tree | b7ef22397d6adba854aa40663f2b90e06d2f274f /time/p5-DateTime-Locale | |
parent | 2b811b153d3f6575cc246626153e547abafc8948 (diff) | |
download | pkgsrc-fe807a38a7442aecdfc915f3ff312b73bc2023b8.tar.gz |
Update to 0.33:
0.33 2007-01-06
- Based on CLDR 1.4.1.
- Some locales had am/pm names like "HASH(...)" because of a bug in
the script to generate the locale modules.
0.32 2006-11-20
- A bug in the STORABLE_freeze method in this class caused major test
failures for DT::Calendar::Chinese, which is used by
DT::Calendar::Japanese.
- Do better checking of locale names passed to DT::Locale->load(), so
we catch undef early before it causes a bunch of warnings.
0.3101 2006-10-23
- Fixed a test failure when DateTime::Locale is installed on a system
where DateTime.pm has never been installed.
- Fixed a test failure in bleadperl. RT Ticket #22515. Reported by
Steve Peters.
0.31 2006-10-22
- Added era_name() and era_abbreviation() methods for the use of
DateTime.pm.
0.30 2006-10-22
- Now using the CLDR data instead of ICU. This isn't a big change,
since the ICU data was derived from the CLDR data anyway.
- Based on CLDR 1.4.
* BACKWARDS INCOMPATIBILITY - Integrated the ISO639-2 aliases into
DateTime::LocaleCatalog, and removed
DateTime::Locale::Alias::ISO639_2.
- The data now include both abbreviated and long forms for eras. The
eras() method continues to return the abbreviated forms, but this is
deprecated. Use era_abbreviations() or era_names() instead.
- Added a STORABLE_attach method for integration with newer versions
of Storable which provide better support for singletons.
- The narrow versions of days and months was not available for most
locales, even though every locale should provide at least the
default values for these items.
Diffstat (limited to 'time/p5-DateTime-Locale')
-rw-r--r-- | time/p5-DateTime-Locale/Makefile | 4 | ||||
-rw-r--r-- | time/p5-DateTime-Locale/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/time/p5-DateTime-Locale/Makefile b/time/p5-DateTime-Locale/Makefile index 031f5943487..138341853ac 100644 --- a/time/p5-DateTime-Locale/Makefile +++ b/time/p5-DateTime-Locale/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2006/04/25 13:56:48 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.7 2007/02/27 13:05:59 wiz Exp $ -DISTNAME= DateTime-Locale-0.22 +DISTNAME= DateTime-Locale-0.33 PKGNAME= p5-${DISTNAME} CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} diff --git a/time/p5-DateTime-Locale/distinfo b/time/p5-DateTime-Locale/distinfo index acac13abbb7..960699f7e5e 100644 --- a/time/p5-DateTime-Locale/distinfo +++ b/time/p5-DateTime-Locale/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2006/04/25 13:56:48 hiramatsu Exp $ +$NetBSD: distinfo,v 1.4 2007/02/27 13:05:59 wiz Exp $ -SHA1 (DateTime-Locale-0.22.tar.gz) = 7e26876215e1b29d8f087ea5b4375c585c3161cd -RMD160 (DateTime-Locale-0.22.tar.gz) = e5b322054ad4f6f120657c84d2fb89e31b78dac6 -Size (DateTime-Locale-0.22.tar.gz) = 102762 bytes +SHA1 (DateTime-Locale-0.33.tar.gz) = b2c72105fbc9134b3b2ac9bf4b1ddf52e6380f5b +RMD160 (DateTime-Locale-0.33.tar.gz) = 4d81cc4b0cc32aeb6b6c2020c9d0e93584991095 +Size (DateTime-Locale-0.33.tar.gz) = 112449 bytes |