Skip to content
Docs Try Aspire
Docs Try

PerlAppResource.withCpanMinus

Method
📦 CommunityToolkit.Aspire.Hosting.Perl v13.4.0
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(): PerlAppResource
PerlAppResource

Defined on

This method is defined on the following type: