Subject: | Math::BigInt->new() now gives warnings |
Date: | Tue, 05 Jan 2016 23:29:49 +0000 |
To: | bug-Math-BigInt [...] rt.cpan.org |
From: | Tatsuhiko Miyagawa <miyagawa [...] gmail.com> |
Since 1.999712, Math::BigInt->new() gives warnings when it's given undef
values or no arguments at all.
Show quoted text
> perl -MMath::BigInt -e 'warn Math::BigInt->VERSION; Math::BigInt->new()'
1.999710 at -e line 1.
Show quoted text> cpanm Math::BigInt@1.999712 -n
Successfully installed Math-BigInt-1.999712 (upgraded from 1.999710)
1 distribution installed
Show quoted text> perl -MMath::BigInt -e 'warn Math::BigInt->VERSION; Math::BigInt->new()'
1.999712 at -e line 1.
Use of uninitialized value in new at -e line 1