Package DE_EPAGES::Installer::API::EpagesVersionInfoHandler
gives information about epages release versions.
Functions
getMainPartOfVersion
return the main 3 numbers of version
Syntax |
$EpagesVersionInfoHandler->getMainPartOfVersion($Version); |
Input |
|
Return |
|
isClusterPatchVersion
return true if version consist of more than three numbers e.g. 6.17.9.3 return false if version consist of less than three numbers e.g. 6.17.9
Syntax |
$EpagesVersionInfoHandler->isClusterPatchVersion($Version); |
Input |
|
Return |
|
isMainPatchVersion
return true if version consist of three numbers e.g. 6.17.9 return false if version consist not of numbers e.g. 6.17.9.3 or 6.17
Syntax |
$EpagesVersionInfoHandler->isMainPatchVersion($Version); |
Input |
|
Return |
|
new
Creates a new tag handler object
Syntax |
$TagHandler = DE_EPAGES::Installer::API::EpagesVersionInfoHandler->new( 'verbose' => 1 ); |
Input |
|
Return |
|