Update to 1.08
Upstream changes: 1.08 2014-03-11 - DateTime now calls DateTime->_core_time() instead of calling Perl's time() built-in directly. This makes it much easier to override the value of time() that DateTime sees. This may make it easier to write tests for code that uses DateTime . 1.07 2014-02-06 - Added a hack to get this module working on Android. RT #92671.
This commit is contained in:
parent
9bd870540f
commit
37dc452842
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.39 2014/01/09 08:03:45 wen Exp $
|
||||
# $NetBSD: Makefile,v 1.40 2014/04/20 02:39:32 wen Exp $
|
||||
|
||||
DISTNAME= DateTime-1.06
|
||||
DISTNAME= DateTime-1.08
|
||||
PKGNAME= p5-${DISTNAME}00
|
||||
CATEGORIES= time perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.29 2014/01/09 08:03:45 wen Exp $
|
||||
$NetBSD: distinfo,v 1.30 2014/04/20 02:39:32 wen Exp $
|
||||
|
||||
SHA1 (DateTime-1.06.tar.gz) = dbbaf07f3279b6bb1f6587eae30f0bf0c00074e4
|
||||
RMD160 (DateTime-1.06.tar.gz) = 93c37c468c0a427b4604355c33603b14f89566e2
|
||||
Size (DateTime-1.06.tar.gz) = 174875 bytes
|
||||
SHA1 (DateTime-1.08.tar.gz) = a68c182dcadcf38bece5e9e60a0f19f84842eec4
|
||||
RMD160 (DateTime-1.08.tar.gz) = b6ecc90b1046e306ef254630e8c41bbfd84fd102
|
||||
Size (DateTime-1.08.tar.gz) = 175812 bytes
|
||||
|
|
Loading…
Reference in a new issue