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::OutputOp - operation with a fixed output

SYNOPSIS

This is a Data::Hopen::G::Op that simply outputs a fixed value you provide. Usage:

    my $op = Data::Hopen::G::OutputOp(output => { foo => 42, bar => 1337 });

MEMBERS

output

A hashref that will be the output.

FUNCTIONS

_run

Implementation of "run" in Data::Hopen::G::Runnable.