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

SYNOPSIS

# in a Pbsfile
AddRule 'a', ['a' => 'aa'], BuildOk('fake builder') ;
AddRule 'aar', ['aa' => undef], BuildOk('fake builder') ;

AddPostBuildCommand 'post build', ['a', 'b', 'c', 'aa'], \&PostBuildCommands ;

AddPostBuildCommand 'post build', \&Filter, \&PostBuildCommands ;

DESCRIPTION

AddPostBuildCommand allows you to AddPostBuildCommand perl subs for run after a node has been build.

EXPORT

AddPostBuildCommand.

AUTHOR

Khemir Nadim ibn Hamouda. nadim@khemir.net