For those of you that don't know, CPAN::Smoke is the framework for
systematically testing CPAN modules. It can download, unpack, test
and install modules while checking for common mistakes along the way
and giving recommendations on how to fix.
The interesting bits are CPAN::Smoke and CPAN::Smok
On Sun, Sep 02, 2001 at 04:24:51PM +0200, Tels wrote:
> attached is a revised version of pod_cover.pl which you can use to test a
> whole distribution using the new v0.06 API.
Cool, may I slurp that in as another example script?
--
Richard Clamp <[EMAIL PROTECTED]>
god damn, even superman shot
On Sun, Sep 02, 2001 at 04:24:51PM +0200, Tels wrote:
> Pod::Coverage 0.06 is still falsely reporting the overload thingies as
> naked - that should not happen per default since these subs do neither
> exist from the authors nor the users point of view.
I finally got a chance to read overload.pm
On Sat, 1 Sep 2001, Michael G Schwern wrote:
> > -print "1..11\n";
>
> We kinda needed that. :)
>
ooops. :-*
--- Joe M.
> This statement makes my eyes bleed. You don't have to shove them
> together like that. And the "# Failed" should be on a seperate line.
Ah. Thought it should occur in the same line.
> Ok. I'll repatch with the sensible ok() and send this one onto p5p.
Oooh, me first patch. :) Thanks, and I r
On Fri, Aug 31, 2001 at 05:15:44PM -0400, Michael G Schwern ([EMAIL PROTECTED]) wrote:
>
> Hmmm, these aren't really specific to Test::Inline. They should go
> into Test::Tutorial or better yet a general Test::HOWTO or
> Test::Cookbook.
>
> I'lll just s/Test::Inline/Test/ and this thing can bec