PerlAppResource.withCpanMinus
Method
interface PerlAppResource { // ... omitted for brevity withCpanMinus(): PerlAppResource;}Signature
method
withCpanMinus builder Configures the Perl application to use cpanm (App::cpanminus) as its package manager instead of the default cpan. Call this before `WithPackage``1` to change how packages are installed.
withCpanMinus(): PerlAppResourceReturns
PerlAppResource Defined on
This method is defined on the following type: