| Object-Iterate documentation | view source | Contained in the Object-Iterate distribution. |
Object::Iterate::Tester - test module that uses Object::Iterate
use Object::Iterate qw( imap );
use Object::Iterate::Tester;
my $object = Object::Iterate::Tester->new();
my @list = imap { $_ } $object;
This module is on Github:
http://github.com/briandfoy/Object-Iterate
brian d foy, <bdfoy@cpan.org>
Copyright (c) 2002-2009 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.
| Object-Iterate documentation | view source | Contained in the Object-Iterate distribution. |