The uploaded file

    Test-Builder-Tester-1.00.tar.gz

has entered CPAN as

  file: $CPAN/authors/id/M/MA/MARKF/Test-Builder-Tester-1.00.tar.gz
  size: 9686 bytes
   md5: 016f8e3cf364090bd4e0aef5ee4cbbb1

I just released a new version of the test suite module testing module
Test::Builder::Tester. We've been using it for a few weeks at Fotango and
we haven't had any problems with it, so I thought it was about time I
released it to the masses (so you can point out all the things I've
forgotten to do in this release ;-) )

This version now allows you to ignore if the error output doesn't match
what you've declared when you're checking the output of your test suite's
test.  This is most useful when you're developing stuff (I've been using
it while I've been building the new version of Test::DatabaseRow) and
you're not entirely sure what format the debug output's gonna take, and
you don't want to write those tests just then.

Enjoy.

Mark.

-- 
#!/usr/bin/perl -T
use strict;
use warnings;
print q{Mark Fowler, [EMAIL PROTECTED], http://twoshortplanks.com/};

Reply via email to