Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

NAME

Catmandu::IterableOnce - Role for iterable classes that can only iterate once

SYNOPSIS

use Moo;
sub generator {
# ...
}

SEE ALSO

Catmandu::Iterable.