NAME

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

VERSION

version 0.04

METHODS

$parser->parse_from_string($input)

Return a parse the given string, and return a TAP::Spec::TestSet if it can be parsed as TAP, or undef otherwise.

$parser->parse_from_handle($fh)

As parse_from_string, but read from a filehandle instead. This isn't a streaming interface, just a convenience method that slurps the handle and calls parse_from_string.

AUTHOR

Andrew Rodland <arodland@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 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.