Subject: | Fails during tests |
(Linux, perl 5.8.6)
Running the tests is failing, starting in test 02. Playing with it this morning, It seemed that if I added a Quux.pm placeholder in your MyTest dirs, all of the tests would run fine, otherwise I would get errors like:
# Failed test (t/02works.t at line 18)
# Structures begin differing at:
# $got->[2] = 'MyTest::Plugin::Quux'
# $expected->[2] = 'MyTest::Plugin::Quux::Foo'
t/13except................ok 1/5
# Failed test (t/13except.t at line 18)
# Structures begin differing at:
# $got->[1] = 'MyTest::Plugin::Quux'
# $expected->[1] = 'MyTest::Plugin::Quux::Foo'
# Looks like you failed 1 test of 5.
t/13except................dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 5
Failed 1/5 tests, 80.00% okay
t/14package...............NOK 5
# Failed test (t/14package.t at line 18)
# Structures begin differing at:
# $got->[2] = 'MyTest::Plugin::Quux'
# $expected->[2] = 'MyTest::Plugin::Quux::Foo'
# Looks like you failed 1 test of 5.
t/14package...............dubious
Adding an "empty" Quux.pm fixes this.