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