in reply to On testing...

You're certainly welcome!

Don't forget that these modules also integrate *very* nicely with Test::Harness. If you use h2xs (or, I believe, ExtUtils::ModuleMaker), the 'make test' target of your makefile will run the tests automatically and make a nice report of success and failure.

(And check the author info of Test::Builder sometime. This time, Schwern did the preaching.)

Replies are listed 'Best First'.
Re: Re: On testing...
by herveus (Prior) on Oct 16, 2001 at 21:43 UTC
    Howdy!

    I'll be looking at Test::Builder...

    I have been writing test scripts and running them via 'make test'; I am in the habit of using h2xs real early.

    yours,
    Michael