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 © 2002-2023, brian d foy <bdfoy@cpan.org>. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License 2.0.