-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |