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
...
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. |
Attribute Code
PERL_MODULE
Attributes
Name | Code | Description | Default Value | Supported Values |
---|---|---|---|---|
Source | SOURCE | Object Source Location Type | SCM | SCM |
Target Location | TARGET_LOCATION | Path to where the file should be deployed to. | $<PROD_TOP>/perl/ | |
Target File PermissionFile permissions to set on the files once Permissions | FILE_PERMISSIONS | Permissions to apply to the file after it is deployed | <None>Defaults to the project property FDEBS_FILE_PERMISSIONS |
Related Project Properties
...