TAP::Parser::Iterator::Stream - Internal TAP::Parser Iterator |
TAP::Parser::Iterator::Stream - Internal TAP::Parser Iterator
Version 3.10
use TAP::Parser::Iterator; my $it = TAP::Parser::Iterator::Stream->new(\*TEST);
my $line = $it->next;
Originally ripped off from the Test::Harness manpage.
FOR INTERNAL USE ONLY!
This is a simple iterator wrapper for filehandles.
new
Create an iterator.
next
Iterate through it, of course.
next_raw
Iterate raw input without applying any fixes for quirky input syntax.
wait
Get the wait status for this iterator. Always returns zero.
exit
Get the exit status for this iterator. Always returns zero.
TAP::Parser::Iterator::Stream - Internal TAP::Parser Iterator |