A side-note to keep in mind: If we every want to be able to convert
TAP to the XML format produced by the JUnit ant task (this way for
example CruiseControl could more easily read the results of Perl
tests) then it becomes desirable to get timing info for each perl
test - that is, each ok(), is(), is_deeply(), etc.
I created a toy version of a converter script:
http://twoalpha.blogspot.com/2007/01/junit-style-xml-from-perl-
test-files.html
and it just puts 0 in the spot where JUnit normally puts a time.
-M