|
Revision 95, 0.6 kB
(checked in by sky, 4 years ago)
|
r98@crucially-3 (orig r1081): mpaschal | 2006-01-10 13:54:40 -0800
note Class::Trigger is required
|
-
Property svn:keywords set to
Id Revision
|
| Line | |
|---|
| 1 | $Id$ |
|---|
| 2 | |
|---|
| 3 | This is Data::ObjectDriver, providing a simple and generic abstraction |
|---|
| 4 | to databases (DBI and otherwise), along with support for partitioning and |
|---|
| 5 | caching. |
|---|
| 6 | |
|---|
| 7 | PREREQUISITES |
|---|
| 8 | |
|---|
| 9 | * DBI |
|---|
| 10 | * Class::Accessor::Fast |
|---|
| 11 | * Class::Data::Inheritable |
|---|
| 12 | * Class::Trigger |
|---|
| 13 | |
|---|
| 14 | INSTALLATION |
|---|
| 15 | |
|---|
| 16 | Data::ObjectDriver installation is straightforward. If your CPAN shell |
|---|
| 17 | is set up, you should just be able to do |
|---|
| 18 | |
|---|
| 19 | % perl -MCPAN -e 'install Data::ObjectDriver' |
|---|
| 20 | |
|---|
| 21 | Download it, unpack it, then build it as per the usual: |
|---|
| 22 | |
|---|
| 23 | % perl Makefile.PL |
|---|
| 24 | % make && make test |
|---|
| 25 | |
|---|
| 26 | Then install it: |
|---|
| 27 | |
|---|
| 28 | % make install |
|---|
| 29 | |
|---|
| 30 | Six Apart / cpan@sixapart.com |
|---|