root/trunk/README @ 4

Revision 4, 0.6 kB (checked in by sky, 4 years ago)

r7@crucially-3 (orig r924): btrott | 2005-06-22 13:41:59 -0700
Initial import of Data::ObjectDriver

  • Property svn:keywords set to Id Revision
Line 
1$Id$
2
3This is Data::ObjectDriver, providing a simple and generic abstraction
4to databases (DBI and otherwise), along with support for partitioning and
5caching.
6
7PREREQUISITES
8
9    * DBI
10    * Class::Accessor::Fast
11    * Cache::Memcached
12
13INSTALLATION
14
15Data::ObjectDriver installation is straightforward. If your CPAN shell
16is set up, you should just be able to do
17
18    % perl -MCPAN -e 'install Data::ObjectDriver'
19
20Download it, unpack it, then build it as per the usual:
21
22    % perl Makefile.PL
23    % make && make test
24
25Then install it:
26
27    % make install
28
29Six Apart / cpan@sixapart.com
Note: See TracBrowser for help on using the browser.