package MooseX::Iterator::Role; use Moose::Role; our $VERSION = '0.08'; our $AUTHORITY = 'cpan:RLB'; requires $_ for qw{ next has_next peek }; 1;