The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Test::Float::Iterator - Internal Test::Float Iterator

SYNOPSIS

  use Test::Float::Iterator;
  my $it = Test::Float::Iterator->new(\*TEST);
  my $it = Test::Float::Iterator->new(\@array);

  my $line = $it->next;

DESCRIPTION

FOR INTERNAL USE ONLY!

This is a simple iterator wrapper for arrays and filehandles.

new()

Create an iterator.

next()

Iterate through it, of course.