NAME

PBS::PBS - Perl Build System.

SYNOPSIS

# 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
	) ;

DESCRIPTION

Entry point to PBS. Calls PBS::DefaultBuild::DefaultBuild() is no user defined build() exists in the Pbsfile.

EXPORT

PbsUse imports module within the current package. In PBS case, it imports it in the load package of the Pbsfile.

AUTHOR

Khemir Nadim ibn Hamouda. nadim@khemir.net