From 93c56e945ab9e79bf1f6d603011ac570bb650bff Mon Sep 17 00:00:00 2001 From: "Andreas J. Koenig" Date: Tue, 14 Oct 2008 04:58:20 +0200 Subject: [PATCH] drop a reminder diag for bignumber support in perl --- t/01-util.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/01-util.t b/t/01-util.t index 8881dd2..72d1b95 100644 --- a/t/01-util.t +++ b/t/01-util.t @@ -63,6 +63,8 @@ use File::Rsync::Mirror::Recentfile::FakeBigFloat qw(_increase_a_bit _bigfloatlt ok _bigfloatlt($ret, $x->[1]), "R: $ret < $x->[1]"; } } + diag sprintf 'testing "native" big math: "123456789123456789.2" <=> "123456789123456790" [%d]', + "123456789123456789.2" <=> "123456789123456790"; } BEGIN { plan tests => $tests } -- 2.11.4.GIT