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 2008 Brad Adkins . Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts.