Skip to content
DocsTry Aspire
DocsTry

PerlModuleInstallerResource Constructors

ClassConstructors1 member
A resource that represents a package installer for a perl module.
Constructor(string, string, string)Section titled Constructor(string, string, string)
A resource that represents a package installer for a perl module.
public class PerlModuleInstallerResource
{
public PerlModuleInstallerResource(
string name,
string packageManager,
string workingDirectory)
{
// ...
}
}
namestringThe name of the resource.
packageManagerstringThe package manager to use for the installation, typically CPAN, CPANM (Cpan Minus), or Carton.
workingDirectorystringThe working directory to use for the command.