DBIx-JCL
========

Job Control Library for Data Management Tasks

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

 - strict
 - warnings
 - English
 - Getopt::Long
 - Config::IniFiles
 - Pod::WikiText
 - IO::File
 - IO::Handle
 - IO::LockedFile
 - Fcntl
 - File::Copy
 - File::Bidirectional
 - File::Basename
 - MIME::Lite
 - Date::Format
 - DBI

RATIONALE

Provide a suite of standard functions that can be shared across all batch
job scripts used to support database back end tasks. Provide a standardized
approach for the development of all back end database job scripts. Centralize
the administration and access to configuration data. Enforce coding standards
and documentation. Abstract the sql used to support back end processes from
the task processing logic, by placing all sqlinto an sql library. This will
make maintenance of back end sql a trivial task. Provide generalized logging,
notification, and system information functions.

COPYRIGHT AND LICENCE

Copyright (C) 2008 by Brad Adkins. All rights reserved.

This library is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.
