This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.shipit | Thu Nov 20 08:37:56 -0800 2008 | |
| |
Build.PL | Wed May 03 16:58:50 -0700 2006 | |
| |
Changes | Fri Aug 28 16:59:09 -0700 2009 | |
| |
MANIFEST | Wed Jan 28 10:38:54 -0800 2009 | |
| |
MANIFEST.SKIP | Fri Nov 21 13:38:40 -0800 2008 | |
| |
Makefile.PL | Tue Aug 22 21:24:58 -0700 2006 | |
| |
README | Mon Jun 02 13:06:31 -0700 2008 | |
| |
ToDo | Wed May 03 17:03:36 -0700 2006 | |
| |
lib/ | Fri Aug 28 16:59:09 -0700 2009 | |
| |
t/ | Fri Jul 31 15:12:53 -0700 2009 |
README
$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






