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

This is Data::ObjectDriver, providing a simple and generic abstraction
to databases (DBI and otherwise), along with support for partitioning and
caching.

PREREQUISITES

    * DBI
    * Class::Accessor::Fast
    * Class::Data::Inheritable
    * Class::Trigger

INSTALLATION

Data::ObjectDriver installation is straightforward. If your CPAN shell
is set up, you should just be able to do

    % perl -MCPAN -e 'install Data::ObjectDriver'

Download it, unpack it, then build it as per the usual:

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install

Six Apart / cpan@sixapart.com