NAME

Backup::Omni::Constants - Defined constants for Backup::Omni

SYNOPSIS

use Backup::Omni::Class
  version   => '0.01',
  base      => 'Backup::Omni::Base',
  constants => ':all',
;

... or ...

use Backup::Omni::Class
  version   => '0.01',
  base      => 'Backup::Omni::Base',
  constants => 'OMNIR',
;

... or ...

use Backup::Omni::Constants 'OMNIR';

DESCRIPTION

This module defines constants used within the system. Each constant can be exported individually or by using ":all". These constants are primarily used to export the fully qualified cli commands for HP DataProtector.

EXPORT

OMNIR
OMNIDB
OMNISTAT
OMNIABORT

SEE ALSO

Backup::Omni::Base
Backup::Omni::Class
Backup::Omni::Utils
Backup::Omni::Exception
Backup::Omni::Restore::Filesystem::Single
Backup::Omni::Session::Filesystem
Backup::Omni::Session::Messages
Backup::Omni::Session::Monitor
Backup::Omni::Session::Results

AUTHOR

Kevin Esteb, <kesteb@wsipc.org>

COPYRIGHT AND LICENSE

Copyright (C) 2013 by WSIPC

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.