Object::Iterate::Tester - test module that uses Object::Iterate


Object-Iterate documentation  | view source Contained in the Object-Iterate distribution.

Index


NAME

Top

Object::Iterate::Tester - test module that uses Object::Iterate

SYNOPSIS

Top

	use Object::Iterate qw( imap );
	use Object::Iterate::Tester;

	my $object = Object::Iterate::Tester->new();

	my @list = imap { $_ } $object;

DESCRIPTION

Top

SOURCE

Top

This module is on Github:

	http://github.com/briandfoy/Object-Iterate

AUTHOR

Top

brian d foy, <bdfoy@cpan.org>

COPYRIGHT AND LICENSE

Top


Object-Iterate documentation  | view source Contained in the Object-Iterate distribution.