Test::Tutorial, Test::FAQ, ExtUtils::MakeMaker::FAQ and
ExtUtils::MakeMaker::Tutorial are all going nowhere. I don't have the
tuits to maintain them. Its something that could easily be done
collaboratively. So I've thrown up a PodWiki and put them on it.
http://mungus.schwern.org/podwiki/
Gent
> Collecting any sort of coverage data is a complete bitch. Let me just
> say right now that doing it across _all_ of CPAN is flat out impossible.
>
> It's impossible.
Is it possible to use PPI to count the number of tests in a module's
test suite? More than 5 tests would probably mean the autho
On 9/25/05, Randy W. Sims <[EMAIL PROTECTED]> wrote:
> D'oh. I shoulda taut a dat. I tried defining sub Module::import {die}
> which works for C, but not C. I thought of pushing coderef
> on @INC, but it don't work for older perls. Ivan's suggestion of
> Devel::Hide, while doing exactly what I want
On 9/26/05, Michael G Schwern <[EMAIL PROTECTED]> wrote:
> On Sun, Sep 25, 2005 at 06:00:04PM +0200, demerphq wrote:
> > Is there a proper way to test both parts of dual implementation modules?
> >
> > In a pinch i came up with
> >
> > use DynaLoader;
> > sub DynaLoader::bootstrap{1}; # Don't