$Id: README 991 2005-09-23 20:15:56Z btrott $ 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 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