
TAP::Parser::Iterator::Stream - Internal TAP::Parser Iterator

Version 0.54

use TAP::Parser::Iterator; my $it = TAP::Parser::Iterator::Stream->new(\*TEST); my $line = $it->next;
Originally ripped off from Test::Harness.

FOR INTERNAL USE ONLY!
This is a simple iterator wrapper for filehandles.
newCreate an iterator.
nextIterate through it, of course.
next_rawIterate raw input without applying any fixes for quirky input syntax.
waitGet the wait status for this iterator. Always returns zero.
exitGet the exit status for this iterator. Always returns zero.