Subject: | DieHard prereq version too low? |
On a system with Dist::Zilla::Tester::DieHard 0.001 installed the test suite fails. Probably the minimum version should be increased to 0.002, or the regexp in the test changed.
t/test-dist-zilla-attributes.t .. ok
# Failed test 'build must fail'
# at /home/cpansand/.cpan/build/2015082909/Test-Dist-Zilla-0.001-h5aGsm/blib/lib/Test/Dist/Zilla/Build.pm line 178.
# Using Regexp on $data
# got : '[DieHard] Required plugin Dist::Zilla::Plugin::GatherDirOops 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
#
# '
# expect : (?^:^Required plugin Dist::Zilla::Plugin::GatherDirOops isn't installed\.)
# Looks like you failed 1 test of 2.
# Failed test 'Build'
# at /usr/perl5.20.1p/lib/site_perl/5.20.1/Test/Routine/Common.pm line 21.
Wide character in print at /usr/perl5.20.1p/lib/site_perl/5.20.1/Test/Builder.pm line 1826.
# <E2><94><82> Full log: (empty)
# <E2><94><82> Exception: [DieHard] Required plugin Dist::Zilla::Plugin::GatherDirOops isn't installed.
# <E2><94><82>
# <E2><94><82> Run 'dzil authordeps' to see a list of all required plugins.
# <E2><94><82> You can pipe the list to your CPAN client to install or update them:
# <E2><94><82>
# <E2><94><82> dzil authordeps --missing | cpanm
# <E2><94><82>
# Looks like you failed 1 test of 2.
# Failed test 'Failed build'
# at /usr/perl5.20.1p/lib/site_perl/5.20.1/Test/Routine/Runner.pm line 115.
# Looks like you failed 1 test of 2.
t/test-dist-zilla-build.t .......
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests