The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use Test::More tests => 3;
BEGIN { use_ok('List::MapMulti') };

my $iter = new_ok 'List::MapMulti::Iterator' => [ [1] ];

can_ok $iter => qw(next current next_indices current_indices);