Subject: | Required plugin Dist::Zilla::Plugin::Test::Perl::Critic isn't installed. |
t/manifest.t fails on some of my smokers, maybe because of a missing dependency or because the translation process from Dist-Zilla-Plugin-Test-Perl-Critic to Dist-Zilla-Plugin-Test-Perl-Critic-Subset is incomplete:
...
# No tests run!
# Failed test 'No tests run for subtest "default"'
# at t/manifest.t line 38.
Required plugin Dist::Zilla::Plugin::Test::Perl::Critic isn't installed.
Run 'dzil authordeps' to see a list of all required plugins.
You can pipe the list to your CPAN client to install or update them:
dzil authordeps --missing | cpanm
# 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/manifest.t .............
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests
...