EBS Object Types - Perl Modules
A 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Â
Name | Description |
---|---|
.pm | A 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
Name | Code |
---|---|
Perl Modules |
|
Object Type Attributes
Name | Code | Description | Default Value | Supported Values |
---|---|---|---|---|
Source |
| Object Source Location Type | SCM | SCM |
Target Location |
| Path to where the file should be deployed to. | $<PROD_TOP>/perl/ | Â |
Target File Permissions |
| Permissions to apply to the file after it is deployed | Defaults to the project property FDEBS_FILE_PERMISSIONS |
Related Project Properties
Name | Code | Description | Default Value |
---|---|---|---|
Perl Module Root Source Directory |
| Source folder for perl modules (e.g. pm). | perl |
Perl Module Root Destination Directory |
| Target directory for perl modules (e.g. $FND_TOP/perl). | $<PROD_TOP>/perl |
File Permissions |
| Target 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/";
- style