diff options
author | seb <seb@pkgsrc.org> | 2010-04-18 14:10:42 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-04-18 14:10:42 +0000 |
commit | 87c827b5e24688769ae81d4d77e8f4f84eb2e490 (patch) | |
tree | 9080dc2790dd9c6f1bfb4d8b023e26436f3a6cbb /time/p5-DateTime-Locale | |
parent | d8a21b5d582daa6497a98d74c46f844f8445246e (diff) | |
download | pkgsrc-87c827b5e24688769ae81d4d77e8f4f84eb2e490.tar.gz |
Update p5-DateTime-Locale from version 0.44 to version 0.45.
Upstream changes:
0.45 2010-03-19
- Installing this release will cause older versions of
DateTime::Format::Strptime to warn like crazy. Please update
DateTime::Format::Strptime if you install this release.
- This is an interim release still based on CLDR 1.7.1 pending the release of
Locale::CLDR, which will happen real soon now, for some definition of soon.
- Removed dependency on Class::ISA and just copied what we need from said
module directly. Class::ISA warns as deprecated if used with Perl 5.11.0,
even though it works just fine (doh). RT #53940.
- All methods deprecated in the last release now warn when called.
- Added methods to return per-locale strftime formats from the glibc
data. These methods are not yet documented. They are just there for now to
allow me to update DateTime::Format::Strptime.
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 fea65b4c26d..a9f5f48b87e 100644 --- a/time/p5-DateTime-Locale/Makefile +++ b/time/p5-DateTime-Locale/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2009/09/13 11:33:03 sno Exp $ +# $NetBSD: Makefile,v 1.17 2010/04/18 14:10:42 seb Exp $ -DISTNAME= DateTime-Locale-0.44 +DISTNAME= DateTime-Locale-0.45 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 a168b6c6373..cd57901cb71 100644 --- a/time/p5-DateTime-Locale/distinfo +++ b/time/p5-DateTime-Locale/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2009/09/13 11:33:03 sno Exp $ +$NetBSD: distinfo,v 1.12 2010/04/18 14:10:42 seb Exp $ -SHA1 (DateTime-Locale-0.44.tar.gz) = 3d1feb233e0d5d86e4d7142a4ab90aca3943ed28 -RMD160 (DateTime-Locale-0.44.tar.gz) = 1d3ca4e6e6cddb700e6a4ae0b9befe267b415402 -Size (DateTime-Locale-0.44.tar.gz) = 1055901 bytes +SHA1 (DateTime-Locale-0.45.tar.gz) = 780fbd746d5f4c323b20771e6c7aef98d17d9e86 +RMD160 (DateTime-Locale-0.45.tar.gz) = f318f1c375b5f7099045ace1509a2c8e4b168d7b +Size (DateTime-Locale-0.45.tar.gz) = 1079736 bytes |