On Nov 15, 2009, at 1:05 PM, Father Chrysostomos wrote: > This is a regression in perl 5.10.0, caused by http://perl5.git.perl.org/perl.git/commitdiff/800401ee2a8a5a67ef478227b68426cf701d0116 > . The attached patch fixes this. I’m not sure whether what I’ve done > to sv_2nv is correct. Could someone please review it? Attached is the same patch, updated for 5.11.3. BTW, here is another symptom: $ perl -le' use bigint; select+(select(FOO), $|=1)[0]; print $|+0' Can't call method "copy" without a package or object reference at / System/Library/Perl/5.10.1/Math/BigInt.pm line 107.Thread Previous | Thread Next