use Test::More tests => 3; use Test::Data qw(Function); use Object::Iterate qw(imap igrep iterate); prototype_ok( &main::imap, '&$' ); prototype_ok( &main::igrep, '&$' ); prototype_ok( &main::iterate, '&$' );