From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

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

SYNOPSIS

use Object::Iterate qw( imap );
my $object = Object::Iterate::Tester->new();
my @list = imap { $_ } $object;

DESCRIPTION

SOURCE

This module is on Github:

AUTHOR

brian d foy, <bdfoy@cpan.org>

COPYRIGHT AND LICENSE

Copyright © 2002-2018, 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.