The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Data::Hopen::G::NoOp - a no-op

SYNOPSIS

An NoOp is a concrete Data::Hopen::G::Op that returns {}. It is mostly used for testing.

FUNCTIONS

_run

Return {}. All arguments are ignored. Usage: my $hrOutputs = $op->run;.