NAME
Siebel::AssertOS - verifies if the OS is supported by Siebel applications
SYNOPSIS
package Your::Package;
use Siebel::AssertOS;
DESCRIPTION
This modules will help identifying if the current OS that is running is supported by Siebel applications. If not, the module will die
, forcing the code to stop being executed.
This is particulary useful for automated tests.
The list of supported OS is as defined by Oracle documentation regarding Siebel 8.2 and the list of OS from Devel::CheckOS distribution.
EXPORT
None by default.
CAVEATS
Beware that Siebel is supported by specific versions of OS. This module does not check versions or distributions (in the case of Linux).
SEE ALSO
Oracle documentation about supported OS: http://docs.oracle.com/cd/E11886_01/V8/CORE/SRSP_81/SRSP_81_ServerEnv4.html#wp1009117
Project website: https://code.google.com/p/siebel-com/
AUTHOR
Alceu Rodrigues de Freitas Junior, <arfreitas@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 of Alceu Rodrigues de Freitas Junior, <arfreitas@cpan.org<>
This file is part of Siebel COM project.
Siebel COM is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Siebel COM is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Siebel COM. If not, see <http://www.gnu.org/licenses/>.