Package DE_EPAGES::Installer::API::Patch
Functions for starting patching cartridges to the current version.
@EXPORT_OK |
Functions
PatchDBStructureStore
Patches db structure (multiple packages) in an active store (no tests).
Syntax |
PatchDBStructureStore($aPackages); |
Input |
|
PatchStore
Patches (multiple packages) in an active store (no tests).
Syntax |
PatchStore($aPackages, $hOptions); |
Input |
|
PatchStores
Patches (multiple packages) in all given stores (no tests).
Syntax |
PatchStores($ahStores, $aPackages); PatchStores($ahStores, $aPackages, $hOptions); |
Input |
|
TestPatchStore
Tests patches (multiple packages) in an active store.
Syntax |
$ahReasons = TestPatchStore($aPackages, $hOptions); |
Input |
|
Return |
|
TestPatchStores
Test patches (multiple packages) in all given stores.
Syntax |
$ahReasons = TestPatchStores($ahStores, $aPackages); $ahReasons = TestPatchStores($ahStores, $aPackages, $hOptions); |
Input |
|
Return |
|