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