PerlModuleInstallerResource Constructors
Class Constructors 1 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) { // ... }}Parameters
name string The name of the resource. packageManager string The package manager to use for the installation, typically CPAN, CPANM (Cpan Minus), or Carton. workingDirectory string The working directory to use for the command.