The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.