Package DE_EPAGES::Installer::API::CPAN
Functions for installing $EPAGES_CARTRIDGES/CPAN into $EPAGES_PERL
@EXPORT_OK |
Functions
InstallCPAN
Installs CPAN modules for the given cartridges.
Syntax |
InstallCPAN($aPackages); |
Example |
InstallCPAN(['CPAN::EPAGES']); |
Input |
|
Return |
|
TestInstallCPAN
Tests if the installation of CPAN modules can succeed for the given cartridges.
Syntax |
$ahReasons = TestInstallCPAN($aPackages); |
Example |
$ahReasons = TestInstallCPAN(['CPAN::EPAGES']); |
Input |
|
Return |
|