summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwen <wen>2013-04-03 07:09:08 +0000
committerwen <wen>2013-04-03 07:09:08 +0000
commitdcbb503acb6e972110636ae6b9a29b7edc4c4b03 (patch)
treef1a5f94cd8192eb16379e7838f308d24318f732f
parent50663c775cc76e128ad7561ba5da044a9ccc4569 (diff)
downloadpkgsrc-dcbb503acb6e972110636ae6b9a29b7edc4c4b03.tar.gz
Update to 1.01
Upstream changes: 1.01 2013-04-01 - Fixed test failures on older Perls. 1.00 2013-03-31 - Bumped the version to 1.00. This is mostly because my prior use of both X.YY and X.YYYY versions causes trouble for some packaging systems. Plus after 10 years it's probably ready to be called 1.00. Requested by Adam. RT #82800. - The %j specifier for strftime was not zero-padding 1 and 2 digit numbers. Fixed by Christian Hansen. RT #84310. - The truncate method was sloppy about validating its "to" parameter, so you could pass things like "years" or "month whatever anything goes". The method would accept the parameter but then not actually truncate the object. RT #84229. - Previously, if a call to $dt->set_time_zone() failed it would still change the time zone of the object, leaving it in a broken state. Reported by Bill Moseley. RT #83940. - DateTime::Infinite objects should no longer die when methods that require a locale are called. Instead, these methods return undef for names and Inf/-Inf for numbers. This affects methods such as day_name() as well as CLDR and strftime formats. When a locale-specific format is used (like the "full" datetime format) it uses the en_US format. Reported by Paul Boldra. RT #67550.
-rw-r--r--time/p5-DateTime/Makefile4
-rw-r--r--time/p5-DateTime/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/time/p5-DateTime/Makefile b/time/p5-DateTime/Makefile
index e33a65f0efc..76b9c669c9d 100644
--- a/time/p5-DateTime/Makefile
+++ b/time/p5-DateTime/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2012/11/17 16:05:41 wen Exp $
+# $NetBSD: Makefile,v 1.36 2013/04/03 07:09:08 wen Exp $
-DISTNAME= DateTime-0.78
+DISTNAME= DateTime-1.01
PKGNAME= p5-${DISTNAME}00
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
diff --git a/time/p5-DateTime/distinfo b/time/p5-DateTime/distinfo
index 4e8216eeebd..ce252018e36 100644
--- a/time/p5-DateTime/distinfo
+++ b/time/p5-DateTime/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2012/11/17 16:05:41 wen Exp $
+$NetBSD: distinfo,v 1.27 2013/04/03 07:09:08 wen Exp $
-SHA1 (DateTime-0.78.tar.gz) = 6b5cb2ee2753f5c560e4e03f6753fc5684f4efd6
-RMD160 (DateTime-0.78.tar.gz) = 8be6dca7f48d2ba60a8557256624778d2bd780e4
-Size (DateTime-0.78.tar.gz) = 176173 bytes
+SHA1 (DateTime-1.01.tar.gz) = d91ae4083709affa5af3f8fe2e713345a4a5f272
+RMD160 (DateTime-1.01.tar.gz) = 25022903da0c5fa0a6392e8f6db84dcdcd30b9c7
+Size (DateTime-1.01.tar.gz) = 173862 bytes