Skip Menu |

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

Report information
The Basics
Id: 79923
Status: new
Priority: 0/
Queue: Math-BigInt-Lite

People
Owner: Nobody in particular
Requestors: user42 [...] zip.com.au
Cc:
AdminCc:

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



Subject: bitwise & with plain integer
Date: Sat, 29 Sep 2012 07:32:12 +1000
To: bug-Math-BigInt-Lite [...] rt.cpan.org
From: Kevin Ryde <user42 [...] zip.com.au>
With Math::BigInt::Lite 0.14 and recent debian i386 perl 5.14.2, running use Math::BigInt::Lite; print Math::BigInt::Lite->new(123) & 1; gets an error Can't use an undefined value as an ARRAY reference at /usr/share/perl5/Math/BigInt/Calc.pm line 1180. where I hoped it would print "1", mixing bigint and plain scalar.