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:
https://github.com/briandfoy/object-iterate
AUTHOR
brian d foy, <briandfoy@pobox.com>
COPYRIGHT AND LICENSE
Copyright © 2002-2026, brian d foy <briandfoy@pobox.com>. 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.