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::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.