Subject: | make test failure, no method "arguments" |
Here's the output from make test, let me know if there's more
info you need.
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/command.......ok
t/list..........Can't locate object method "arguments" via package
"t::TestLess::Filter" at t/TestLess.pm line 42, <DATA> line 1.
# No tests run!
t/list..........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-8
Failed 8/8 tests, 0.00% okay
t/parse_spec....ok
t/run_list......Can't locate object method "arguments" via package
"t::TestLess::Filter" at t/TestLess.pm line 42, <DATA> line 1.
# No tests run!
t/run_list......dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-2
Failed 2/2 tests, 0.00% okay
t/tag...........ok
t/untag.........ok 1/4Can't locate object method "arguments" via package
"t::TestLess::Filter" at t/TestLess.pm line 42, <DATA> line 1.
# Looks like you planned 4 tests but only ran 1.
t/untag.........dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-4
Failed 3/4 tests, 25.00% okay
t/usage.........ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/list.t 255 65280 8 16 200.00% 1-8
t/run_list.t 255 65280 2 4 200.00% 1-2
t/untag.t 255 65280 4 6 150.00% 2-4
Failed 3/7 test scripts, 57.14% okay. 13/25 subtests failed, 48.00% okay.
make: *** [test_dynamic] Error 255