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

NAME

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

SYNOPSIS

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

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

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

DESCRIPTION

SOURCE

This module is on Github:

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

AUTHOR

brian d foy, <bdfoy@cpan.org>

COPYRIGHT AND LICENSE

Copyright (c) 2002-2013 brian d foy. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.