summaryrefslogtreecommitdiff
path: root/time/p5-DateTime
diff options
context:
space:
mode:
authorwiz <wiz>2007-02-27 13:08:24 +0000
committerwiz <wiz>2007-02-27 13:08:24 +0000
commita044ce3b5c23a3b371be1a7c437d2ef68bbed646 (patch)
treeee3e82bd2bb12d8ae3b4d9f7815468868a817b47 /time/p5-DateTime
parent763898245c895c11b3af635422f4e6039a0489a7 (diff)
downloadpkgsrc-a044ce3b5c23a3b371be1a7c437d2ef68bbed646.tar.gz
Update to 0.36:
0.36 [ BUG FIXES ] - For infinity, use 100 ** 1000 instead of 100 ** 100 ** 100. This may fix the problems with infinity on some platforms (or may not). Suggested by Bjorn Tackmann. See RT #17390, #19626, and #22392. - Require DateTime::TimeZone 0.59, which includes a similar fix. 0.35 2006-10-22 [ ENHANCEMENTS ] - Added several new methods for getting locale-based data, era_abbr(), era_name(), quarter_abbr(), and quarter_name(). The era() method returns the same data as era_abbr(), but is deprecated. 0.34 2006-08-11 [ BUG FIXES ] - DateTime's code to fall back to the pure Perl implementation was broken in most cases, making it fairly useless. Reported by Adam Kennedy and Brendan Gibson. - Under Perl 5.6.2 (and presumably 5.6.x), some of the tests mysteriously failed. I tracked this down to a weird interaction between DateTime's string overloading and Test::Builder->cmp_ok(). See RT 19626. 0.33 2006-08-09 (the "Asia/Kaohsiung" release) [ ENHANCEMENTS ] - Attempting to do an overloaded operation (add, subtract, compare) with an inappropriate argument (like $dt + 1) gives a more useful error message. [ BUG FIXES ] - The fixes in 0.30 for subtract_datetime() crossing a DST change had a bug. When subtracting two dates, both occurring on a DST change date, but where the dates did not cross the change, the answer was off by an hour. Reported by Chris Prather. See RT 20697. - Borrowed a tweak from version.pm's Makefile.PL to make compiler detection work with MSVC. 0.32 2006-07-24 [ BUG FIXES ] - Change how C compiler detection is done in the Makefile.PL so it does not rely on having make on the system. The new way should work on (most?) Unix and Win32 systems. Suggested by David Golden. See RT 18969. 0.31 2006-05-21 [ ENHANCEMENTS ] - Switched some uses of die() to Carp::croak(), where appropriate. This should make error messages more useful in many cases. Based on a suggestion by Max Maischein. See RT tickets 11692 & 18728. [ BUG FIXES ] - Removed all uses of UNIVERSAL::isa and UNIVERSAL::can as functions. - Tweaked 20infinite.t test to give more useful output for some failures, though it probably doesn't fix them. See RT 17390.
Diffstat (limited to 'time/p5-DateTime')
-rw-r--r--time/p5-DateTime/Makefile8
-rw-r--r--time/p5-DateTime/distinfo8
2 files changed, 8 insertions, 8 deletions
diff --git a/time/p5-DateTime/Makefile b/time/p5-DateTime/Makefile
index 84ba1e0e3cd..745ef505ec7 100644
--- a/time/p5-DateTime/Makefile
+++ b/time/p5-DateTime/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2006/04/25 14:03:58 hiramatsu Exp $
+# $NetBSD: Makefile,v 1.7 2007/02/27 13:08:24 wiz Exp $
-DISTNAME= DateTime-0.30
+DISTNAME= DateTime-0.36
PKGNAME= p5-${DISTNAME}
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
@@ -10,8 +10,8 @@ HOMEPAGE= http://datetime.perl.org/
COMMENT= Perl module for date/time sets and ranges
DEPENDS+= p5-Class-Factory-Util-[0-9]*:../../devel/p5-Class-Factory-Util
-DEPENDS+= p5-DateTime-TimeZone>=0.26:../../time/p5-DateTime-TimeZone
-DEPENDS+= p5-DateTime-Locale>=0.09:../../time/p5-DateTime-Locale
+DEPENDS+= p5-DateTime-TimeZone>=0.59:../../time/p5-DateTime-TimeZone
+DEPENDS+= p5-DateTime-Locale>=0.31:../../time/p5-DateTime-Locale
DEPENDS+= p5-Params-Validate>=0.76:../../devel/p5-Params-Validate
DEPENDS+= {perl>=5.8.1,p5-Test-Simple-[0-9]*}:../../devel/p5-Test-Simple
diff --git a/time/p5-DateTime/distinfo b/time/p5-DateTime/distinfo
index e8a8dd96032..6f11ea34a8e 100644
--- a/time/p5-DateTime/distinfo
+++ b/time/p5-DateTime/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2006/04/25 14:03:58 hiramatsu Exp $
+$NetBSD: distinfo,v 1.5 2007/02/27 13:08:24 wiz Exp $
-SHA1 (DateTime-0.30.tar.gz) = 057857d5804ebb77730f05a8be699aa71e5a53fc
-RMD160 (DateTime-0.30.tar.gz) = 0a9013fd261eea554761e51ddcd0b3acf2c6a323
-Size (DateTime-0.30.tar.gz) = 88484 bytes
+SHA1 (DateTime-0.36.tar.gz) = 834c7ba3b937234b6ecc1436b4ee851c4410ec49
+RMD160 (DateTime-0.36.tar.gz) = 72e0736491c82ba77cafe0808e50b261b5bbcded
+Size (DateTime-0.36.tar.gz) = 91802 bytes