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. |
Attributes
Name | 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 Permission | File permissions to set on the files once it is deployed | <None> |
Related Project Properties
Name | Description | Default Value |
---|---|---|
EBS Perl Root Source Directory | Source folder for perl modules (e.g. pm). | perl |
Target directory for perl modules (e.g. $FND_TOP/perl). | $<PROD_TOP>/perl |
Sample Build Commands
N/A - Build commands not supported for this type.
Sample Deploy Commands
cp "$SOURCE_FILE" "$XXHR_TOP/perl/";