Skip to content
DocsTry Aspire
DocsTry

withCpanMinus

Method
📦 CommunityToolkit.Aspire.Hosting.Perl v13.4.0
interface PerlAppResource {
// ... omitted for brevity
withCpanMinus(): PerlAppResource;
}

Signature

methodwithCpanMinusbuilder
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

Applies to

This method applies to the following types: