1WHAT IS THIS?
2
3This is Ima::DBI, a perl module.  Please see the README that comes with
4this distribution.
5
6HOW DO I INSTALL IT?
7
8To install this module, cd to the directory that contains this README
9file and type the following:
10
11   perl Makefile.PL
12   make
13   make test
14   make install
15
16To install this module into a specific directory, do:
17   perl Makefile.PL PREFIX=/name/of/the/directory
18   ...the rest is the same...
19
20Please also read the perlmodinstall man page, if available.
21
22Requires:
23    Carp::Assert    0.05 and up
24    DBI             1.09 and up
25