Skip to content

Commit

Permalink
Updated p5-DateTime-Locale to 1.05.
Browse files Browse the repository at this point in the history
1.05     2016-06-26

- Instead of using the DATA handle to get at as-yet-unloaded locale data in
  DateTime::Locale::Data, we now read the raw data into memory once, and use
  eval to turn it into Perl data structures as a particular locale is
  requested. This may fix a problem where reading from the DATA handle somehow
  returned the wrong chunk of data (or overlapped multiple locales). The
  downside is that loading DateTime::Locale now uses an additional 4MB of
  memory on my system, regardless of how many individual locales are
  instantiated. Reported by Greg Oschwald. GitHub #3.
  • Loading branch information
wiz committed Jun 30, 2016
1 parent 12d42db commit 5da113c
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.32 2016/06/19 20:39:16 wiz Exp $
# $NetBSD: Makefile,v 1.33 2016/06/30 17:44:01 wiz Exp $

DISTNAME= DateTime-Locale-1.04
DISTNAME= DateTime-Locale-1.05
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.19 2016/06/19 20:39:16 wiz Exp $
$NetBSD: distinfo,v 1.20 2016/06/30 17:44:01 wiz Exp $

SHA1 (DateTime-Locale-1.04.tar.gz) = 7dc4e47b415664acc8a4b7334db675b5ca0f90aa
RMD160 (DateTime-Locale-1.04.tar.gz) = 7cc637a8ef8d0d18be29e9a59e3282c327cb130f
SHA512 (DateTime-Locale-1.04.tar.gz) = 13014c79b8b9c1d1faa7a23514675216688ac47059e3463ca9721d2117035ce8c2f7edb63f90015657a95d0f8b793e61208dd9d12a0a309274bc12a0323d902f
Size (DateTime-Locale-1.04.tar.gz) = 959451 bytes
SHA1 (DateTime-Locale-1.05.tar.gz) = 459a7fe49740fdd3a08c58a36c3549383b6839ae
RMD160 (DateTime-Locale-1.05.tar.gz) = 16e1691b92ab7fe95954397af8503e6cf0adb4db
SHA512 (DateTime-Locale-1.05.tar.gz) = 8e5484e20ccd6f21343dd8eed708f4ec70a0a11f86b83d4a304ebc01b6f8a613d8b08b3a51cf520eeac7730720a996ef36b5e93e771f5fd03f92e283e4ff1f94
Size (DateTime-Locale-1.05.tar.gz) = 959564 bytes

0 comments on commit 5da113c

Please sign in to comment.