NAME
Build::Hopen::G::PassthroughOp - a no-op
SYNOPSIS
An PassthroughOp
is a concrete Build::Hopen::G::Op that passes its inputs to its outputs unchanged. PassthroughOp
instances are currently used by Build::Hopen::G::DAG to represent goals.
FUNCTIONS
run
Do nothing! Usage:
my $hrOutputs = $op->run(-scope=>$scope)
The output is {}
if no inputs are provided.
BUILD
Constructor