EBS Object Types - Perl Modules

discrete component of software for the Perl programming language. A particular set of conventions for using Perl's package mechanism that has become universally adopted.

Object Type Identification

  • Files with extensions .pm  are included regardless of location

File Extensions 

NameDescription
.pmA Perl Module is a self-contained piece of Perl code that can be used by a Perl program or by other Perl modules.

Object Type

NameCode
Perl ModulesPERL_MODULE

Object Type Attributes

NameCodeDescriptionDefault ValueSupported Values
SourceSOURCEObject Source Location Type

SCM

SCM
Target LocationTARGET_LOCATIONPath to where the file should be deployed to.$<PROD_TOP>/perl/
Target File PermissionsFILE_PERMISSIONSPermissions to apply to the file after it is deployedDefaults to the project property FDEBS_FILE_PERMISSIONS

Related Project Properties

NameCodeDescriptionDefault Value
Perl Module Root Source Directory
FDEBS_PERL_ROOT_SOURCE_DIRSource folder for perl modules (e.g. pm).perl
FDEBS_PERL_ROOT_DESTINATION_DIRTarget directory for perl modules (e.g. $FND_TOP/perl).$<PROD_TOP>/perl
File PermissionsFDEBS_FILE_PERMISSIONSTarget File Permission. Will be set to target file after deployment using chmod. eg: 755

Sample Build Commands 

N/A - Build commands not supported for this type.

Sample Deploy Commands 

cp "$SOURCE_FILE" "$XXHR_TOP/perl/";
The following macros are not currently supported in the footer:
  • style