Subject: | UNIVERSAL does not export anything |
With perl 5.21.11 the test suite fails:
PERL_DL_NONLAZY=1 "/bbbike/perl-5.21.11/bin/perl5.21.11" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
UNIVERSAL does not export anything at t/01chess.t line 11.
BEGIN failed--compilation aborted at t/01chess.t line 11.
t/01chess.t .....
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 2/2 subtests
UNIVERSAL does not export anything at t/02piece.t line 11.
BEGIN failed--compilation aborted at t/02piece.t line 11.
t/02piece.t .....
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 3/3 subtests
UNIVERSAL does not export anything at t/03position.t line 11.
BEGIN failed--compilation aborted at t/03position.t line 11.
t/03position.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 7/7 subtests
UNIVERSAL does not export anything at t/04gifs.t line 11.
BEGIN failed--compilation aborted at t/04gifs.t line 11.
t/04gifs.t ......
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 3/3 subtests
I did not look into the code, but probably the fix is as easy as removing the "use UNIVERSAL ..." line completely.