ANNOUNCE: CPAN::Smoke 0.10

2001-09-04 Thread Michael G Schwern
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

Re: ANNOUNCE: Pod::Coverage 0.06 (with discourse Re: ANNOUNCE: P

2001-09-04 Thread Richard Clamp
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

ANNOUNCE: Pod::Coverage 0.07 (was re 0.06 announce)

2001-09-04 Thread Richard Clamp
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

Re: concat.t cleanup (no concats!)

2001-09-04 Thread Joe McMahon
On Sat, 1 Sep 2001, Michael G Schwern wrote: > > -print "1..11\n"; > > We kinda needed that. :) > ooops. :-* --- Joe M.

Re: concat.t cleanup (no concats!)

2001-09-04 Thread Joe McMahon
> 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

Re: Test::Inline::Cookbook

2001-09-04 Thread Shane Landrum
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