PBS::PBS - Perl Build System.


PerlBuildSystem documentation  | view source Contained in the PerlBuildSystem distribution.

Index


SYNOPSIS

Top

	# 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

Top

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

Top

Khemir Nadim ibn Hamouda. nadim@khemir.net


PerlBuildSystem documentation  | view source Contained in the PerlBuildSystem distribution.