The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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;.