Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

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.

  

Attributes

NameDescriptionDefault ValueSupported Values
SourceObject Source Location Type

SCM

SCM
Target LocationPath to where the file should be deployed to.$<PROD_TOP>/perl/

  

Related Project Properties

NameDescriptionDefault 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/;
  • No labels