File: README

package info (click to toggle)
libdbix-simple-perl 1.37-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 148 kB
  • sloc: perl: 496; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 586 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
DBIx::Simple

INSTALLATION

To install this module type the following:

    perl Makefile.PL
    make
    make test
    make install

Or use CPANPLUS to automate the process.

PREREQUISITES

    DBI

Optionally, SQL::Interp can be used for added functionality.

Optionally, SQL::Abstract can be used for added functionality.

Optionally, DBIx::XHTML_Table can be used for added functionality.

Optionally, Text::Table can be used for added functionality.

Optionally, Object::Accessor can be used for added functionality.

These modules are available from CPAN, <http://cpan.org/>.
#
#