Skip to content

Commit

Permalink
Update to 1.19
Browse files Browse the repository at this point in the history
Upstream changes:
1.19     2018-04-21

- Fix handling of a locale (nds) that does not provide a native name for its
  own locale code. This is a bug in CLDR, but since it exists we should handle
  it sanely.

- If you attempted to thaw a DateTime::Locale::FromData object in a process
  that had not loaded DateTime::Locale this would fail. Reported by Gregor
  Herrmann. GH #18.
  • Loading branch information
wen committed Apr 23, 2018
1 parent 57f1053 commit 5311c9d
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-Locale/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.47 2018/04/04 14:32:25 wen Exp $
# $NetBSD: Makefile,v 1.48 2018/04/23 13:50:01 wen Exp $

DISTNAME= DateTime-Locale-1.18
DISTNAME= DateTime-Locale-1.19
PKGNAME= p5-${DISTNAME}
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
Expand Down
10 changes: 5 additions & 5 deletions time/p5-DateTime-Locale/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.31 2018/04/04 14:32:25 wen Exp $
$NetBSD: distinfo,v 1.32 2018/04/23 13:50:01 wen Exp $

SHA1 (DateTime-Locale-1.18.tar.gz) = dfb32d11dba4c3535ddd7406e3432958db4d76e6
RMD160 (DateTime-Locale-1.18.tar.gz) = 10a39dc22b62b7bd7e899507d9a1276d71c656c5
SHA512 (DateTime-Locale-1.18.tar.gz) = 0e8fcf954cd25c9a42d957cf30608730778ce118cfb12c459d840fdc5c68eab61713a242db0ff3e36eb1b72332a73e5168bc2796ddb65f1cbcf5a99a96037872
Size (DateTime-Locale-1.18.tar.gz) = 1303661 bytes
SHA1 (DateTime-Locale-1.19.tar.gz) = 108d1edba3d91f4ec2ce3c11da93b6473b524efd
RMD160 (DateTime-Locale-1.19.tar.gz) = 9495ddb87bcd5849144f646899189c4e1a1aba25
SHA512 (DateTime-Locale-1.19.tar.gz) = 22b44001f1a0e1f7ae5f819621728324ae1c239cb264e5ff578103665cdc7ea1f58a226dd4fba26e56d685a7e1b650f626706e87d82a781dfeaf5b440d604200
Size (DateTime-Locale-1.19.tar.gz) = 1304397 bytes

0 comments on commit 5311c9d

Please sign in to comment.