On 7/7/05, Yuval Kogman <[EMAIL PROTECTED]> wrote: > On Tue, Jul 05, 2005 at 23:57:10 +0000, Chris Hutchinson wrote: > > > For what it's worth, I wrote a trivial wrapper for TAP::HTMLMatrix to run > > tests > > in a chosen directory and write the html. It requires File::Find::Rule as > > well > > as the Test::TAP modules. You can grab it from > > http://www.hutchinsonsoftware.com/misc/run_tap > > In this script you probably want to set $v->has_inline_css(1), so > that you can have the proper CSS stuff without mucking with another > file. >
Updated, with some POD usage docs as well. - Chris