
TAP::Parser::Iterator::Process - Internal TAP::Parser Iterator

Version 3.11

use TAP::Parser::Iterator; my $it = TAP::Parser::Iterator::Process->new(@args); my $line = $it->next;
Originally ripped off from Test::Harness.

FOR INTERNAL USE ONLY!
This is a simple iterator wrapper for processes.
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's process.
exitGet the exit status for this iterator's process.
handle_unicodeUpgrade the input stream to handle UTF8.
get_select_handlesReturn a list of filehandles that may be used upstream in a select() call to signal that this Iterator is ready. Iterators that are not handle based should return an empty list.