| TAP::Parser::Iterator::Array - Internal TAP::Parser Iterator |
TAP::Parser::Iterator::Array - Internal TAP::Parser Iterator
Version 3.10
use TAP::Parser::Iterator::Array; my $it = TAP::Parser::Iterator->new(\@array);
my $line = $it->next;
Originally ripped off from the Test::Harness manpage.
FOR INTERNAL USE ONLY!
This is a simple iterator wrapper for arrays.
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. For an array iterator this will always be zero.
exitGet the exit status for this iterator. For an array iterator this will always be zero.
| TAP::Parser::Iterator::Array - Internal TAP::Parser Iterator |