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/