Subject: | Can't locate object method "subdir" via package "Path::Tiny" |
My smokers start to generate fail reports, possibly because of a change in Dist::Zilla 6:
...
Can't locate object method "subdir" via package "Path::Tiny" at t/latin1.t line 36.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 255 just after 1.
t/latin1.t .................
Dubious, test returned 255 (wstat 65280, 0xff00)
All 1 subtests passed
...
Test Summary Report
-------------------
t/latin1.t (Wstat: 65280 Tests: 1 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
t/prune-root-from-build.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
t/utf8.t (Wstat: 65280 Tests: 1 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
My guess is that Path::Tiny is not used anymore in Dist::Zilla::Tester or so.