| PerlBuildSystem documentation | view source | Contained in the PerlBuildSystem distribution. |
# from pbs.pl
use PBS::PBS ;
PBS::PBS::Pbs
(
$pbs_config->{PBSFILE}
, '' # parent package
, $pbs_config
, {} # parent config
, $targets
, undef # inserted files
, "root_pbs_$pbs_config->{PBSFILE}" # tree name
, DEPEND_CHECK_AND_BUILD
) ;
Entry point to PBS. Calls PBS::DefaultBuild::DefaultBuild() is no user defined build() exists in the Pbsfile.
PbsUse imports module within the current package. In PBS case, it imports it in the load package of the Pbsfile.
Khemir Nadim ibn Hamouda. nadim@khemir.net
| PerlBuildSystem documentation | view source | Contained in the PerlBuildSystem distribution. |