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/
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).