
TAP::Spec::Parser - Reference implementation of the TAP specification

version 0.10

This module is part of the effort to turn the Test Anything Protocol into an IETF-approved internet standard. It's not optimized for production use (although people might find it useful); instead it's meant as a running embodiment of the TAP grammar in the draft standard, allowing the grammar to be comprehensively tested.

Attempt to parse a TAP TestSet from $string.
Returns a TAP::Spec::TestSet on success,
throws an exception on failure.
Like parse_from_string only accepts an opened filehandle.
Like parse_from_string only accepts the name of a file to read a TAP stream from.


Andrew Rodland <arodland@cpan.org>

This software is copyright (c) 2012 by Andrew Rodland.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.