Skip to content

Commit

Permalink
Update to 1.22
Browse files Browse the repository at this point in the history
Upstream changes:
1.22     2018-06-08

- Update the glibc source data to the data from glibc 2.27.

- Added documentation for this glibc data.

- Reformatted the DateTime::Locale::FromData docs.


1.21     2018-06-08

- Added a new DateTime::Local->register_from_data method. This replaces the
  old custom locale registration system with something much simpler. Instead
  of providing a new class you simply provide a hash of data for the locale
  and it becomes available for use via DateTime::Local->load. Implemented by
  Ryley Breiddal. PR #21. Addresse GH #19.
  • Loading branch information
wen committed Jun 10, 2018
1 parent 4c9c9cd commit 052eaa9
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.49 2018/05/08 00:18:30 wen Exp $
# $NetBSD: Makefile,v 1.50 2018/06/10 13:10:51 wen Exp $

DISTNAME= DateTime-Locale-1.20
DISTNAME= DateTime-Locale-1.22
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.33 2018/05/08 00:18:30 wen Exp $
$NetBSD: distinfo,v 1.34 2018/06/10 13:10:51 wen Exp $

SHA1 (DateTime-Locale-1.20.tar.gz) = 47c96e084d6e5204064c683eeab9ccef24539e8a
RMD160 (DateTime-Locale-1.20.tar.gz) = fe27cb8cf9cbe3e5ac7b210bb8accf2d3aaf7987
SHA512 (DateTime-Locale-1.20.tar.gz) = ee411c77712772e98ae22db84fd3a0fae79cb5fe0536eae5724327391cab64763ee0efc4f66721ff01586b36d3ead972be11dd99b329615c594d27a68152e619
Size (DateTime-Locale-1.20.tar.gz) = 1304691 bytes
SHA1 (DateTime-Locale-1.22.tar.gz) = 386d9db6e03b1f58892497502518329222cceb95
RMD160 (DateTime-Locale-1.22.tar.gz) = c23cbacfa96877c4f709f3454addd1b732c72339
SHA512 (DateTime-Locale-1.22.tar.gz) = ce2c82a3a2cd42b46dbfb55ff2964e090548e79f266eed42e4ad2be53da0d0ac6808fe7d05ce8ae197982e5b86a00d625bb8087898b72b5d914e0027da27b13f
Size (DateTime-Locale-1.22.tar.gz) = 1307053 bytes

0 comments on commit 052eaa9

Please sign in to comment.