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

PBS::Rules::Creator - Helps with creator generation

SYNOPSIS

my $creator = GenerateCreator
		(
		# commands (as for a builder)
		[
		  "touch %FILE_TO_BUILD %DEPENDENCY_LIST" 
		, sub { PrintDebug DumpTree(\@_, 'Creator sub:', MAX_DEPTH => 2) ; return(1, "OK") }
		] ,
		) ;

AddRule 'A creator', [[$creator] => 'A' => 'dependency_to_A', 'dependency_2_to_A'] ;

DESCRIPTION

EXPORT

AUTHOR

Khemir Nadim ibn Hamouda. nadim@khemir.net

SEE ALSO

PBS reference manual.