PerlAppResource.withProjectDependencies
Method
interface PerlAppResource { // ... omitted for brevity withProjectDependencies(cartonDeployment?: boolean): PerlAppResource;}Signature
method
withProjectDependenciesbuilderConfigures 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
cartonDeploymentbooleanoptional= FalseReturns
PerlAppResourceDefined on
This method is defined on the following type: