Subject: | t/oo-api.t fails |
Test dies silently before hitting done_testing()
$ prove -bv t/oo-api.t
t/oo-api.t ..
ok 1 - The object isa File::LibMagic
ok 2 - MIME t/samples/foo.c - standard magic file
ok 3 - Describe t/samples/foo.c - standard magic file
ok 4 - MIME data t/samples/foo.c - standard magic file
ok 5 - Describe data t/samples/foo.c - standard magic file
ok 6 - MIME t/samples/foo.foo - standard magic file
ok 7 - Describe t/samples/foo.foo - standard magic file
ok 8 - MIME data t/samples/foo.foo - standard magic file
ok 9 - Describe data t/samples/foo.foo - standard magic file
ok 10 - The object isa File::LibMagic
ok 11 - MIME t/samples/foo.c - custom magic file
All 11 subtests passed
Test Summary Report
-------------------
t/oo-api.t (Wstat: 11 Tests: 11 Failed: 0)
Non-zero wait status: 11
Parse errors: No plan found in TAP output
Files=1, Tests=11, 0 wallclock secs ( 0.13 usr 0.01 sys + 0.17 cusr 0.02 csys = 0.33 CPU)
Result: FAIL
It dies at line 100, during the $flm->describe_filename($file) call.