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

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.