Package DE_EPAGES::Installer::API::CPAN
Functions
- InstallCPAN
- TestInstallCPAN
InstallCPAN
Installs CPAN modules for the given cartridges.
Syntax |
InstallCPAN($aPackages);
|
Example |
InstallCPAN(['CPAN::EPAGES']);
|
Input |
- $aPackages (ref.array.string)
- list of cartridge packages
|
TestInstallCPAN
Tests if the installation of CPAN modules can succeed for the given cartridges.
Syntax |
$ahReasons = TestInstallCPAN($aPackages);
|
Example |
$ahReasons = TestInstallCPAN(['CPAN::EPAGES']);
|
Input |
- $aPackages (ref.array.string)
- test these packages
|
Return |
- $ahReasons (ref.array.hash.string)
- reasons why install is not possible
|