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

Version 2.99_01

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.