Update to 0.52

Upstream changes:
0.52 2015.04.16
    The type of the Time::NVtime pointer is NV ()() not double ()(), as can be seen from looking at the Time::HiRes source.
      On Linux x86_64 on a uselongdouble build when you replace the Time::NVtime entry with a
      double (*)() pointer calls to that function end up leaving an entry on the FPU stack,
      eventually causing the failure seen at https://rt.perl.org/Ticket/Display.html?id=123879
      This minimal commit fixes that issue and allows DBIX::Class::TimeStamp to pass its tests.
      (Tony Cook)
This commit is contained in:
wen 2016-01-15 10:53:57 +00:00
parent b97891003a
commit 591d48c435
2 changed files with 7 additions and 8 deletions

View file

@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.10 2015/06/12 10:51:46 wiz Exp $
# $NetBSD: Makefile,v 1.11 2016/01/15 10:53:57 wen Exp $
DISTNAME= Time-Warp-0.51
DISTNAME= Time-Warp-0.52
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5 time
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/}

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.3 2015/11/02 23:31:42 agc Exp $
$NetBSD: distinfo,v 1.4 2016/01/15 10:53:57 wen Exp $
SHA1 (Time-Warp-0.51.tar.gz) = 3a759631b81a014d9f4c42b776812952a57d2245
RMD160 (Time-Warp-0.51.tar.gz) = 0b0a58c7f65f83e0c49c07c570b20c22d754853a
SHA512 (Time-Warp-0.51.tar.gz) = 02a6b1caf610dee48d63adf3dbcda1ca658d404c455aa10377c95453688cad7f8b9a91d657add432f9fb3a9fb2b8f14ae3236f5670825d8cb6965a5c29271c55
Size (Time-Warp-0.51.tar.gz) = 4123 bytes
SHA1 (Time-Warp-0.52.tar.gz) = 7aee0e0694a91c966b8b4399932f67f170dbe5b0
RMD160 (Time-Warp-0.52.tar.gz) = 3adc06745c96083193cfb4f1b6320000933f3211
SHA512 (Time-Warp-0.52.tar.gz) = c3e6f5eed3bf9dcdf500d975e6abf0580a2bf297c0924f10ada60a75f37f3ef25af829ed025a58ad5c021076a8d1c85e4da72b35b4c467a3b805769586fe3c0c
Size (Time-Warp-0.52.tar.gz) = 4432 bytes