NAME
Data::Hopen::H - H:: namespace for use in hopen files
SYNOPSIS
This module is loaded as H::*
into hopen files by Data::Hopen::HopenFileKit.
FUNCTIONS
files
Creates a command-graph node representing a set of input files. Example usage:
$Build->H::files('foo.c')->C::compile->C::link('foo')->default_goal;
The node is an App::hopen::G::FilesCmd.
The file path is assumed to be relative to the current project directory. TODO handle subdirectories.
Adds each specified file as a separate node in the asset graph.