I recently uploaded development releases of two distributions to CPAN where one depended on the other. Let's say one distro is named Distro
, the other Prereq
, and Distro
requires Prereq
version 0.009_001.
Unfortunately, I didn't get any test reports for Distro
. I think the reason is that the versions of dev releases simply aren't tracked by CPAN. They don't appear in 02packages.details.txt
, so CPAN thinks that the dependency can't be satisfied.
Is it impossible to make a CPAN Tester load a development release of a prerequisite? Or is there a work-around?