On Thu, Dec 13, 2001 at 02:07:56PM -0500, Kirrily Robert wrote:
> Actually, Test::Mail doesn't work like that. It's more or less a
> wrapper around Test::More that handles incoming email. Doesn't
> implement any of its own ok()-like routines at all, just makes it easy
> to use Test::More's routi
In perl.qa, you wrote:
>Candidates for this sort of thing would be CGI::Test, Test::Cmd,
>Test::Unit, Test::Mail and ExtUtils::TBone. And, of course, Barrie's
>Test::Differences.
Actually, Test::Mail doesn't work like that. It's more or less a
wrapper around Test::More that handles incoming ema
Authors of Test modules, listen up.
I've never quite properly described the purpose of Test::Builder.
Mostly its come off as a way to tweak Test::More's behavior a little
or to implement your own Test::More-ish library.
It does that, but that's not what's really neat. And I only just
realized t