----- Original Message -----
From: <[EMAIL PROTECTED]>
.
.
Output from '/usr/bin/make test':
PERL_DL_NONLAZY=1 /home/david/cpantesting/perl-5.6.2/bin/perl
"-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')"
t/*.t
t/longdouble.....ok
t/new............ok
t/not_zero.......ok
t/out_str........ok
t/overload.......Argument "27/7" isn't numeric in int at t/overload.t line
581.
FAILED test 35
Failed 1/35 tests, 97.14% okay
t/test1..........The version is 4.2.1. Values are 11 ok
t/use64bitint....ok
Thanks for the report.
It's a bug in the test script which will be fixed in the next release.
On perl 5.6, int() cannot be overloaded correctly. The test that has failed
should have been skipped for $] < 5.008
Cheers,
Rob