NAME
Build::Hopen::H - H:: namespace for use in hopen files
SYNOPSIS
This module is loaded as H::*
into hopen files by Build::Hopen::HopenFileKit.
FUNCTIONS
files
Creates a DAG node representing a set of input files. Example usage:
$Build->H::files('foo.c')->C::compile->C::link('foo')->default_goal;
The node is a Build::Hopen::G::FilesOp.