The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Backup::Omni::Class - Class defination for Backup::Omni

SYNOPSIS

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

DESCRIPTION

This module ties Backup::Omni to the base Badger object framework. It exposes the defined constants and utilities that reside in Backup::Omni::Constants and Backup::Omni::Utils. Which inherits from Badger::Constants and Badger::Utils.

SEE ALSO

 Badger::Base
 Badger::Class
 Badger::Constants
 Badger::Utils

 Backup::Omni::Base
 Backup::Omni::Utils
 Backup::Omni::Constants
 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 L. 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.