root/tags/tp-release-1.8.5/README

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

r399@hope (orig r1245): plindner | 2006-05-22 11:19:00 -0700
New tag for typepad 1.8.5 version od DoD


  • 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    * Class::Data::Inheritable
12    * Class::Trigger
13
14INSTALLATION
15
16Data::ObjectDriver installation is straightforward. If your CPAN shell
17is set up, you should just be able to do
18
19    % perl -MCPAN -e 'install Data::ObjectDriver'
20
21Download it, unpack it, then build it as per the usual:
22
23    % perl Makefile.PL
24    % make && make test
25
26Then install it:
27
28    % make install
29
30Six Apart / cpan@sixapart.com
Note: See TracBrowser for help on using the browser.