Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: ether [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.003
Fixed in: (no value)



Subject: Test::CheckDeps should be injected as a test requirement
This is kind of related to https://rt.cpan.org/Ticket/Display.html?id=74727 -- the plugin should inject Test::CheckDeps as a test-time requirement into the build, so that users installing the distribution also get an automatic installation of Test::CheckDeps.
Ok, so this is strange.. I just started patching Dist::Zilla::Plugin::Test::CheckDeps to fix this, and I see it is *already* using Dist::Zilla::Role::PrereqSource to inject a dependency... yet in a dist I just built (using 0.003), I don't see this dependency in its Makefile.PL. Investigating further...
Turns out that the version in github does, but this hasn't been released. *poke* please release? :)
Fixed in 0.04 - thanks!