Skip to content

Commit

Permalink
Updated time/p5-DateTime to 1.4800
Browse files Browse the repository at this point in the history
1.48   2018-03-26
- The last release would die if Sub::Util was not available, but this should
  just be an optional requirement. Fixed by Paul Howarth. Fixes GH #77. PR
  #78.

1.47   2018-03-25
- DateTime::Duration->multiply now only allows integer
  multipliers. Implemented by Dan Stewart. PR #73.

- Added is_last_day_of_quarter() and is_last_day_of_year()
  methods. Implemented by Dan Stewart. PR #72.

- When an exception was thrown while adding a duration the object could be
  left in a broken state, with the duration partially applied. Subsequent
  addition or subtraction would produce the wrong results. Reported by Pawel
  Pabian. GH #74.
  • Loading branch information
mef committed Apr 4, 2018
1 parent 1a64eb2 commit de759dc
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.70 2018/02/20 02:58:16 wen Exp $
# $NetBSD: Makefile,v 1.71 2018/04/04 14:15:58 mef Exp $

DISTNAME= DateTime-1.46
DISTNAME= DateTime-1.48
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.56 2018/02/20 02:58:16 wen Exp $
$NetBSD: distinfo,v 1.57 2018/04/04 14:15:58 mef Exp $

SHA1 (DateTime-1.46.tar.gz) = 07f0b5ede980911987cd72a4d24b9ae11070b456
RMD160 (DateTime-1.46.tar.gz) = ae75f17822ce4a07c332fa6a01286467b0d216a6
SHA512 (DateTime-1.46.tar.gz) = 20914a5267112b28a63e7cab6199bd4312ff354db9408f33f5d72f797a084c3fdfa7c50d43362323105091d827f2bdc4771250a5d6960cd951623b5739be233d
Size (DateTime-1.46.tar.gz) = 240638 bytes
SHA1 (DateTime-1.48.tar.gz) = 93007dab2ded04631e6a7be14e9675c41b2a9e17
RMD160 (DateTime-1.48.tar.gz) = b28e53578d21c4b83912697b7d4dfe55aa5f0072
SHA512 (DateTime-1.48.tar.gz) = 9c4de99eaace63cc0901ce1d0534ee7111ecd611601f09f32db9bcdae5847254819891b6fdded21a7551e4c1b08ad430ebbc8a5b4aa0e58172b0cf43582b6463
Size (DateTime-1.48.tar.gz) = 241461 bytes

0 comments on commit de759dc

Please sign in to comment.