NAME
Data::Hopen::G::Goal - a named goal in a hopen build
SYNOPSIS
A Goal is a named build target, e.g., doc or dist. The name all is reserved for the root goal. Goals usually appear at the end of the build graph, but this is not required --- Goal nodes can appear anywhere in the graph.
FUNCTIONS
run
Wraps a Data::Hopen::G::CollectOp's run function.
BUILD
Enforce the requirement for a user-specified name.