withProjectDependencies
Method
interface PerlAppResource { // ... omitted for brevity withProjectDependencies(cartonDeployment?: boolean): PerlAppResource;}Signature
method
withProjectDependencies builder Configures project-level dependency installation for the Perl application. Runs the appropriate install command based on the active package manager: - - If the active package manager is `cpan` (the default), it is automatically switched to `cpanm` since `cpan` does not support `--installdeps`.
withProjectDependencies(cartonDeployment?: boolean): PerlAppResourceParameters
cartonDeployment boolean optional = False Returns
PerlAppResource Applies to
This method applies to the following types: