From 93df0c616a07931b096bc5d234f14702c0b10107 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 29 Nov 2007 17:54:28 +0000 Subject: Update to 0.41: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 0.41 2007-09-10 [ BUG FIXES ] - The 13strftime.t test was failing when DateTime::Locale 0.35 was installed. The test has been adjusted and we now list DT::Locale 0.35 as the minimum version. Reported by David Cantrell. 0.40 2007-08-30 [ BUG FIXES ] - A custom formatter would be lost after a call to set() or truncate(). Reported by Kjell-Magne Øierud. RT #28728. - The truncate() method docs said it accepted "second" as a parameter, but it didn't actually do the right thing with it. Now it always truncates nanoseconds to 0 for any parameter it is passed. 0.39 2007-07-17 [ BUG FIXES ] - Yet more changes to how infinity is handled and tested. This passes for me on 32-bit Win XP and 64-bit Linux, which is promising. Patch by Yitzchak Scott-Thoennes. RT #22392. 0.38 2007-06-30 [ BUG FIXES ] - Require Test::Pod::Coverage 1.08 in pod-coverage.t, since we use all_modules, which was only exported as of version 1.08. Reported by MATSUNO Tokuhiro. Fixes RT #26594. - Fixed a bad link to the old FAQ location in the docs. Reported by Ric Signes. Fixes RT #26846. [ ENHANCEMENTS ] - DateTime.pm now explicitly overloads string comparison. This was done so that comparing a DateTime.pm object to a string returns false, rather than throwing an exception. Reported by Chris Dolan. Addresses RT #26085. --- time/p5-DateTime/Makefile | 6 +++--- time/p5-DateTime/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/time/p5-DateTime/Makefile b/time/p5-DateTime/Makefile index 573f2246c69..16d7bb78dd1 100644 --- a/time/p5-DateTime/Makefile +++ b/time/p5-DateTime/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2007/06/09 23:46:42 abs Exp $ +# $NetBSD: Makefile,v 1.9 2007/11/29 17:54:28 wiz Exp $ -DISTNAME= DateTime-0.37 +DISTNAME= DateTime-0.41 PKGNAME= p5-${DISTNAME} CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} @@ -11,7 +11,7 @@ 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.59:../../time/p5-DateTime-TimeZone -DEPENDS+= p5-DateTime-Locale>=0.31:../../time/p5-DateTime-Locale +DEPENDS+= p5-DateTime-Locale>=0.35:../../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 c7569bd20f8..f060799d24d 100644 --- a/time/p5-DateTime/distinfo +++ b/time/p5-DateTime/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2007/06/09 23:46:42 abs Exp $ +$NetBSD: distinfo,v 1.7 2007/11/29 17:54:28 wiz Exp $ -SHA1 (DateTime-0.37.tar.gz) = d9ef8b52ea510991992dc1468be42e3bd6489b46 -RMD160 (DateTime-0.37.tar.gz) = 1defe7fb0c4db19bbafb6806baa4d7f75b42dde4 -Size (DateTime-0.37.tar.gz) = 95358 bytes +SHA1 (DateTime-0.41.tar.gz) = b0e485c23ff850b9f53ff06b98ed655649b74a96 +RMD160 (DateTime-0.41.tar.gz) = 5a08c9a081e8c1b2acd55bb7f8679689f4c0970d +Size (DateTime-0.41.tar.gz) = 96117 bytes -- cgit v1.2.3