PodWiki for Test/MakeMaker::Tutorial/FAQ now available

2005-09-26 Thread Michael G Schwern
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

Re: New kwalitee test, has_changes

2005-09-26 Thread Michael Graham
> 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

Re: Howto make 'require' fail ?

2005-09-26 Thread Adriano Ferreira
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

Re: Testing dual XS/Perl modules

2005-09-26 Thread demerphq
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