TAP::Parser::Iterator::Array - Internal TAP::Parser Iterator
use TAP::Parser::Iterator::Array; my $it = TAP::Parser::Iterator->new(\@array);
my $line = $it->next;
Originally ripped off from Test::Harness.
This is a simple iterator wrapper for arrays.
Iterate through it, of course.
Iterate raw input without applying any fixes for quirky input syntax.
Get the wait status for this iterator. For an array iterator this will always be zero.
Get the exit status for this iterator. For an array iterator this will always be zero.
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |