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

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