Skip Menu |

This queue is for tickets about the Test-Dist-Zilla CPAN distribution.

Report information
The Basics
Id: 106744
Status: resolved
Priority: 0/
Queue: Test-Dist-Zilla

People
Owner: VDB [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.001
Fixed in: (no value)



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
Hi, thanks for reporting. I have reproduced the bug with Test-Dist-Zilla-0.001 and Dist-Zilla-Tester-DieHard-0.001. DieHard-0.002 lets the test pass, so I explicitly required DieHard v0.002. Fixed Test-Dist-Zilla v0.002 is recently uploaded to CPAN. Let me know if it works for you.
On 2015-08-29 15:07:49, VDB wrote: Show quoted text
> Hi, thanks for reporting. I have reproduced the bug with Test-Dist- > Zilla-0.001 and Dist-Zilla-Tester-DieHard-0.001. DieHard-0.002 lets > the test pass, so I explicitly required DieHard v0.002. Fixed Test- > Dist-Zilla v0.002 is recently uploaded to CPAN. Let me know if it > works for you.
Yes, looks better. Resolving.