Subject: | Undeclared dependency Path::Class? |
I observe the following failure on some of my smokers, probably due to a missing dependency declaration:
...
->subdir called on a Dist::Zilla::Path object; this will cease to work in Dist::Zilla v7; downstream code should be updated to use Path::Tiny API, not Path::Class at t/01-basic.t line 21.
Can't locate Path/Class.pm in @INC (you may need to install the Path::Class module) (@INC contains: ...) at /home/cpansand/.cpan/build/2016112409/Dist-Zilla-6.008-426tV9/blib/lib/Dist/Zilla/Path.pm line 47, <DATA> line 75.
t/01-basic.t ...........
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
...