[libmath-prime-util-perl] 47/54: ispower test and 5.6.2 borkness

Partha P. Mukherjee ppm-guest at moszumanska.debian.org
Thu May 21 18:52:11 UTC 2015


This is an automated email from the git hooks/post-receive script.

ppm-guest pushed a commit to annotated tag v0.38
in repository libmath-prime-util-perl.

commit 8333e293adf56c8dc78f332d742a6e6ff156fe84
Author: Dana Jacobsen <dana at acm.org>
Date:   Thu Feb 27 16:42:27 2014 -0800

    ispower test and 5.6.2 borkness
---
 t/81-bignum.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/81-bignum.t b/t/81-bignum.t
index 129ec3e..fbbe592 100644
--- a/t/81-bignum.t
+++ b/t/81-bignum.t
@@ -285,7 +285,7 @@ is( lcm(9999999998987,10000000001011), 99999999999979999998975857, "lcm(p1,p2)"
 is( lcm(892478777297173184633,892478777297173184633), 892478777297173184633, "lcm(p1,p1)" );
 is( lcm(23498324,32497832409432,328732487324,328973248732,3487234897324), 1124956497899814324967019145509298020838481660295598696, "lcm(a,b,c,d,e)" );
 
-is( is_power(18475335773296164196), 0, "ispower(18475335773296164196) == 0" );
+is( is_power(18475335773296164196), "0", "ispower(18475335773296164196) == 0" );
 is( is_power(3089265681159475043336839581081873360674602365963130114355701114591322241990483812812582393906477998611814245513881), 14, "ispower(150607571^14) == 14" );
 
 ###############################################################################

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-perl.git



More information about the Pkg-perl-cvs-commits mailing list