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.