Skip Menu |

This queue is for tickets about the Math-BigInt CPAN distribution.

Report information
The Basics
Id: 43085
Status: resolved
Priority: 0/
Queue: Math-BigInt

People
Owner: Nobody in particular
Requestors: emileaben [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.89
Fixed in: (no value)



Subject: Math::BigInt::bnok($int,0) should return 1
bnok($int,0) should return 1 (since 0!=1 and $int!/(1*$int!)=1), but it doesn't: $ perl -l -MMath::BigInt -e "print Math::BigInt::bnok(9,0)" 10 $ uname -a Darwin 8.11.0 Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC Power Macintosh powerpc $ perl -v This is perl, v5.8.8 built for darwin-2level $ perl -l -MMath::BigInt -e'print $Math::BigInt::VERSION' 1.89
Fixed in version 1.90.