On Mon, November 5, 2012 1:54 am, Shmuel Fomberg wrote:
> Hi All.
>
> Can anyone tell me, when a cpan smoker / tester is trying to test a module
> but fails to install a dependency, what happens?
>
> Who should I convince to make such a failure similar to test fail?
> Or maybe mark it as failure to all the modules that depend on the failed
> module?
>
> I seek to do it because lately modules feel free to have deep
> dependencies,
> a lot of modules have some small test failure percentage, and these add up
> rather quickly.
>
> It is annoying to try and installed some new-shiny module, just to see
> some
> dep^3 fails testing, and then to start investigating.
>
> Thanks,
> Shmuel.
>

Sorry for the duplicate message Shmuel, I forgot to hit "Reply All".

I'd count it as a bug, and file a report that way.

For example, if their module depended on Math::Complex, and they failed to
set up the dependency in (say) their Build.PL, I'd file a bug report
saying that they needed to add the line
            'Math::Complex'=> '1.36', # Bugfix of Im().
to their "requires" hash.

     -john


Reply via email to