Subject: | make test failure in 5.12.2 and 5.12.3 |
On Perl 5.12.2/5.12.3 x86_64-linux-thread-multi there is a test failure
(see below) that causes certain CPAN libraries that depend on
Clone::Fast not to work (e.g. Algorithm::Evolutionary)
Running [/usr/bin/make test]...
PERL_DL_NONLAZY=1 /home/hermida/soft/perl/5.12.3/bin/perl
"-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib',
'blib/arch')" t/*.t
t/00general.t .. ok
t/01array.t .... ok
t/02hash.t ..... ok
t/03scalar.t ...
Failed 1/10 subtests
t/04tie.t ...... ok
t/05dtype.t .... ok
t/06refcnt.t ... ok
t/07magic.t .... ok
t/20hooks.t .... ok
Test Summary Report
-------------------
t/03scalar.t (Wstat: 0 Tests: 10 Failed: 1)
Failed test: 5
Files=9, Tests=72, 0 wallclock secs ( 0.03 usr 0.02 sys + 0.18 cusr
0.04 csys = 0.27 CPU)
Result: FAIL
Failed 1/9 test programs. 1/72 subtests failed.
make: *** [test_dynamic] Error 255