--- On Tue, 21/10/08, Randy J. Ray <[EMAIL PROTECTED]> wrote:

> At this stage, the testing suite for the module is, well,
> embarrassing.
> Especially for a module that is itself in the Test::*
> namespace :-)

If it makes you feel better, this is not that unusual for testing modules :)  
Testing test modules can be very tricky.

> Lastly, a tip-o-the-hat to Ovid for planting the idea in my
> head.

Thanks for starting this.  It looks like something we could potentially use 
(should make parts of our test suite easier to work with!)

One question.  I noticed this:

   use Test::Formats XML => tests => 5;

I assume that one can still do this?

   use Test::Most tests => 5;
   use Test::Formats 'XML';

Cheers,
Ovid
--
Buy the book         - http://www.oreilly.com/catalog/perlhks/
Tech blog            - http://use.perl.org/~Ovid/journal/
Twitter              - http://twitter.com/OvidPerl
Official Perl 6 Wiki - http://www.perlfoundation.org/perl6

Reply via email to