NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
current standard (Score:1)
Why is handling testing dependencies best done in the Makefile.PL/Build.PL? What are the advantages over skipping tests?
Reply to This
Re: (Score:1)
I believe that's so that META.yml can express dependencies required for the build properly.
CPANTS penalizes you for not shipping POD checking tests, but their value to anyone but developers is minimal, for example.
Re: (Score:1)
It's not so much "testing" as "checking".
In multi-platform source packages (like CPAN packages) the dependencies of a package require turing-completeness to determine. That is, a dependency on your platform might be different to the dependencies on some other platform.
Part of the job of the Configure phase (Makefile.PL and Build.PL) is to resolve the Complete Dependencies down to a set of Static Dependencies. That static list ca