From 63014ea00df1ca9bb1ee345eeaf5a9ecfa94f5d3 Mon Sep 17 00:00:00 2001 From: wen Date: Sun, 20 Mar 2022 02:29:09 +0000 Subject: [PATCH] Update to 1.57 Upstream changes: 1.57 2022-03-03 - The last release would die if Sub::Util was not available, but this should just be an optional requirement. Fixed by Paul Howarth. GH #131. - This is the second time I've introduced this bug, so now there's a test to make sure that DateTime can be loaded if Sub::Util is not installed. Hopefully this will prevent a third occurrence of this bug. 1.56 2022-03-02 - The DateTime->from_epoch constructor now accepts a single, non-hashref argument, and validates it as an epoch value. Requested by Neil Bowers. GH #119. --- time/p5-DateTime/Makefile | 4 ++-- time/p5-DateTime/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/time/p5-DateTime/Makefile b/time/p5-DateTime/Makefile index 91131680d334..eacd545d4693 100644 --- a/time/p5-DateTime/Makefile +++ b/time/p5-DateTime/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.81 2022/02/14 14:13:07 wen Exp $ +# $NetBSD: Makefile,v 1.82 2022/03/20 02:29:09 wen Exp $ -DISTNAME= DateTime-1.55 +DISTNAME= DateTime-1.57 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 4035a421e1a4..24e074cf9d1c 100644 --- a/time/p5-DateTime/distinfo +++ b/time/p5-DateTime/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.65 2022/02/14 14:13:07 wen Exp $ +$NetBSD: distinfo,v 1.66 2022/03/20 02:29:09 wen Exp $ -BLAKE2s (DateTime-1.55.tar.gz) = a97bba2c254be7b2d946c4214df752ddead04eeae4d5c207003961899aef7cba -SHA512 (DateTime-1.55.tar.gz) = a03305db6e141528d25b1156bd885518565bc53ee2c20cfc26bb84e67375d0fc783d50ab81877a69804bb46641822b64519e48c4805803064a69ca8253942a2e -Size (DateTime-1.55.tar.gz) = 319958 bytes +BLAKE2s (DateTime-1.57.tar.gz) = 95fc0c1bc14872a053f202f7c33eee8f1682dad08c346252e3f6783194251728 +SHA512 (DateTime-1.57.tar.gz) = 1b89d818618d09b4a4bfc6cde2325e2755546777070ad12fd55ac4e4ef209e6e44bf5458b436085f52ddd99df96293521695821d1380d65f2c7ce23ca2bffd56 +Size (DateTime-1.57.tar.gz) = 322347 bytes