I recently uploaded development releases of two distributions to CPAN, where one depended on the other. Let's say one distribution is called Distro , the other is Prereq and Distro requires Prereq version 0.009_001.
Unfortunately, I did not receive test reports for Distro . I think the reason is that dev release versions are simply not tracked by CPAN. They do not appear in 02packages.details.txt , so CPAN believes that the dependency cannot be satisfied.
Is it impossible to get CPAN Tester to download the development version for the precondition? Or is there a workaround?
source share