NAME
DTA::CAB::Common - common dependencies for DTA::CAB suite
SYNOPSIS
use DTA::CAB::Common;
DESCRIPTION
The DTA::CAB::Common package just includes some common low-level dependencies for the rest of the DTA::CAB suite, namely:
- DTA::CAB::Version
-
Version information.
- DTA::CAB::Logger
-
Abstract base class and utilities for flexible logging via Log::Log4perl.
- DTA::CAB::Persistent
-
Abstract base class for persistent configurable DTA::CAB objects such as DTA::CAB::Analyzer or DTA::CAB::Server objects.
- DTA::CAB::Format
-
Abstract base class for DTA::CAB data I/O formats. See DTA::CAB::Format::Builtin for a list of built-in formats.
- DTA::CAB::Datum
-
Abstract base class for DTA::CAB runtime data objects. Includes subclasses:
AUTHOR
Bryan Jurish <moocow@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2008-2019 by Bryan Jurish
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.24.1 or, at your option, any later version of Perl 5 you may have available.