Subject: | MLDBM fails tests under Perl 5.8.0 RC1 |
I'm testing all my favorite modules under the new 5.8.0 RC1. MLDBM is failing some tests:
[root@stregar MLDBM-2.00]# make test
PERL_DL_NONLAZY=1 /usr/local/lib/perl-5.8.0-RC1/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/dumper........FAILED test 1
Failed 1/4 tests, 75.00% okay
t/freezethaw....skipped
all skipped: no reason given
t/storable......FAILED tests 1, 5
Failed 2/8 tests, 75.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/dumper.t 4 1 25.00% 1
t/storable.t 8 2 25.00% 1 5
1 test skipped.
Failed 2/3 test scripts, 33.33% okay. 3/12 subtests failed, 75.00% okay.
make: *** [test_dynamic] Error 29