TAP::Parser::Iterator::Process - Internal TAP::Parser Iterator
Version 3.10
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_raw
Iterate raw input without applying any fixes for quirky input syntax.
wait
Get the wait status for this iterators process.
exit
Get the exit status for this iterators process.
handle_unicode
Upgrade the input stream to handle UTF8.
get_select_handles
Return 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.
| perl v5.8.5 | TAP::Parser::Iterator::Process (3) | 2008-02-18 |