Skip to content

Commit

Permalink
Update to 1.41
Browse files Browse the repository at this point in the history
Upstream changes:
1.41   2016-11-16

- The DateTime->add and ->subtract methods now accept DateTime::Duration
  objects. This used to work by accident, but this is now done intentionally
  (with docs and tests). Based on PR #45 from Sam Kington.
  • Loading branch information
wen committed Nov 17, 2016
1 parent 41f1032 commit 3b8ff31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions time/p5-DateTime/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.63 2016/11/13 01:43:28 wen Exp $
# $NetBSD: Makefile,v 1.64 2016/11/17 14:34:03 wen Exp $

DISTNAME= DateTime-1.40
DISTNAME= DateTime-1.41
PKGNAME= p5-${DISTNAME}00
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
Expand Down
10 changes: 5 additions & 5 deletions time/p5-DateTime/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.50 2016/11/13 01:43:28 wen Exp $
$NetBSD: distinfo,v 1.51 2016/11/17 14:34:03 wen Exp $

SHA1 (DateTime-1.40.tar.gz) = 0b8fb653fbcebe2b9a659cd2488230d3f19466c3
RMD160 (DateTime-1.40.tar.gz) = 827c333eb1295451a8c8c9a0e558dc4d3d50884d
SHA512 (DateTime-1.40.tar.gz) = e86d7c644e34b2bab004073e6159357be48fd2580a38be675486129a692ccf80acf375b7bd928edb295824baf511f01c10e24fa39733bb183edb8a7cd4055306
Size (DateTime-1.40.tar.gz) = 236885 bytes
SHA1 (DateTime-1.41.tar.gz) = 6f6345bbed854e4186af7deb13f522b1380bd6ff
RMD160 (DateTime-1.41.tar.gz) = 828fec3b728d55ec21771f53d452e8d4cd87f204
SHA512 (DateTime-1.41.tar.gz) = 68e2d1a55fd5a54941c22c8907db5266c1189d00559d2ee32ac96f0d8bfd27089b257d68326f8cec135e4576321ab27c3501e0c5b4fc46bd5509486bc2fa9bf4
Size (DateTime-1.41.tar.gz) = 237742 bytes

0 comments on commit 3b8ff31

Please sign in to comment.