For what it's worth, I've also uploaded this to the CPAN.  It's well-developed 
enough that I feel comfortable with it out there.

Cheers,
Ovid
 
-- If this message is a response to a question on a mailing list, please send 
follow up questions to the list.
 
Web Programming with Perl -- http://users.easystreet.com/ovid/cgi_course/

----- Original Message ----
From: Ovid <[EMAIL PROTECTED]>
To: perl-qa@perl.org
Sent: Wednesday, July 26, 2006 8:25:33 AM
Subject: TAPx::Parser 0.11 (with tprove)

Hi all,

http://users.easystreet.com/ovid/downloads/TAPx-Parser-0.11.tar.gz

Part of the reason folks can't give much feedback is that they can't run this.  
In the examples/ directory, there is a 'tprove' script.  Copy this to your path 
and run in the same directory that has your lib/ and t/ directories.  Yes, 
that's fragile, but it's a start (and was very complicated).

Cheers,
Ovid

0.11    25 July, 2006
        - Renamed is_skip and is_todo to has_skip and has_todo.  Much less
          confusing since a result responding true to those also responded
          true to is_test.
        - Added simplistic bin/tprove to run tests.  Much harder than I
          thought and much code stolen from Test::Harness.
        - Modified stolen iterator to fix a bug with stream handling when
          extra newlines were encountered.
        - Added TAPx::Parser::Iterator (stolen from Test::Harness::Iterator)
        - Normalized internal structure of result objects.
        - All tokens now have a 'type' key.  This greatly simplifies
          internals.
        - Copied much result POD info into the main docs.
        - Corrected the bug report URLs.
        - Minor updates to the grammar listed in the POD.


-- If this message is a response to a question on a mailing list, please send 
follow up questions to the list.
 
Web Programming with Perl -- http://users.easystreet.com/ovid/cgi_course/







Reply via email to