| PerlBuildSystem documentation | view source | Contained in the PerlBuildSystem distribution. |
# within a Pbsfile AddRule 'all_lib', ['all' => qw(lib.lib)], BuildOk() ; AddRule 'test', ['test' => 'all', 'test1', 'test2'] ;
This modules defines a set of functions to add, remove and replace PBS rules. PBS rules can be written in pure perl code or with a syntax ressembling that of make. RegisterRule converts the make like definitions to perl code when needed.
AddRule AddRuleTo AddSubpbsRule RemoveRule ReplaceRule ReplaceRuleTo BuildOk
Khemir Nadim ibn Hamouda. nadim@khemir.net
PBS reference manual.
| PerlBuildSystem documentation | view source | Contained in the PerlBuildSystem distribution. |