Skip Menu |

This queue is for tickets about the DateTime-Format-Epoch CPAN distribution.

Report information
The Basics
Id: 54820
Status: resolved
Priority: 0/
Queue: DateTime-Format-Epoch

People
Owner: Nobody in particular
Requestors: CHORNY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.11
Fixed in: (no value)



Subject: [PATCH] bigint library used
Print which Math::BigInt library was used for tests. -- Alexandr Ciornii, http://chorny.net
Subject: 001_load.t.patch
--- 001_load.t.dist 2006-05-23 00:54:31.000000000 +0300 +++ 001_load.t 2010-02-20 10:52:38.953125000 +0200 @@ -6,3 +6,4 @@ diag("==> DateTime version = $DateTime::VERSION"); diag("==> Math::BigInt version = $Math::BigInt::VERSION"); +diag("==> Math::BigInt lib = ".Math::BigInt->config()->{lib});