Manual Reference Pages  - TAP::Parser::Iterator::Stream (3)

NAME

TAP::Parser::Iterator::Stream - Internal TAP::Parser Iterator

CONTENTS

VERSION

Version 3.10

SYNOPSIS



  use TAP::Parser::Iterator;
  my $it = TAP::Parser::Iterator::Stream->new(\*TEST);





  my $line = $it->next;



Originally ripped off from Test::Harness.

DESCRIPTION

FOR INTERNAL USE ONLY!

This is a simple iterator wrapper for filehandles.

Class Methods

new

Create an iterator.

Instance Methods

next

Iterate through it, of course.

next_raw

Iterate raw input without applying any fixes for quirky input syntax.

wait

Get the wait status for this iterator. Always returns zero.

exit

Get the exit status for this iterator. Always returns zero.

Jump to page    or go to Top of page |  Section 3 |  Main Index.


perl v5.8.5 TAP::Parser::Iterator::Stream (3) 2008-02-18
Generated by manServer 1.07 from /usr/share/man/man3/TAP::Parser::Iterator::Stream.3pm using man macros.