Skip to content

Commit

Permalink
Update to 1.19:
Browse files Browse the repository at this point in the history
1.19   2015-05-31

- If you compared a DateTime object to an undef value, you might have received
  a warning pointing to code inside DateTime.pm, instead of in your own
  code. Fixed by Jason McIntosh. GH #7.

- The 30future-tz.t could fail if run at certain very specific times. This
  should now be much less likely, unless a time zone being tested implements a
  DST change at noon (which would even more insane than DST already is by a
  huge factor). Reported by Karen Etheridge and diagnosed by Slaven Rezic. RT
  #102925.
  • Loading branch information
wiz committed Jun 3, 2015
1 parent 3d0f6cf commit 06ec1b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.45 2015/01/07 23:23:02 wiz Exp $
# $NetBSD: Makefile,v 1.46 2015/06/03 07:21:59 wiz Exp $

DISTNAME= DateTime-1.18
DISTNAME= DateTime-1.19
PKGNAME= p5-${DISTNAME}00
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
Expand Down
8 changes: 4 additions & 4 deletions time/p5-DateTime/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.34 2015/01/07 23:23:02 wiz Exp $
$NetBSD: distinfo,v 1.35 2015/06/03 07:21:59 wiz Exp $

SHA1 (DateTime-1.18.tar.gz) = 3b8c81e15b02b3621f079464e7d0f7018d73ff28
RMD160 (DateTime-1.18.tar.gz) = f36e912f33df960625b1b198c4d8042f561c82c5
Size (DateTime-1.18.tar.gz) = 212053 bytes
SHA1 (DateTime-1.19.tar.gz) = a28117928acf1584826950697e553d7a11aa10d3
RMD160 (DateTime-1.19.tar.gz) = b3c4ba45ed11f69f28041c62e523413f1567f7ff
Size (DateTime-1.19.tar.gz) = 215029 bytes

0 comments on commit 06ec1b8

Please sign in to comment.