• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/DBIx/H08-Dec-2017-1,756863

t/H08-Dec-2017-154106

ChangesH A D08-Dec-20179.6 KiB220189

MANIFESTH A D08-Dec-2017358 1514

META.jsonH A D08-Dec-2017950 4342

META.ymlH A D08-Dec-2017570 2423

Makefile.PLH A D11-Oct-2007274 109

READMEH A D06-Dec-2010586 3118

README

1DBIx::Simple
2
3INSTALLATION
4
5To install this module type the following:
6
7    perl Makefile.PL
8    make
9    make test
10    make install
11
12Or use CPANPLUS to automate the process.
13
14PREREQUISITES
15
16    DBI
17
18Optionally, SQL::Interp can be used for added functionality.
19
20Optionally, SQL::Abstract can be used for added functionality.
21
22Optionally, DBIx::XHTML_Table can be used for added functionality.
23
24Optionally, Text::Table can be used for added functionality.
25
26Optionally, Object::Accessor can be used for added functionality.
27
28These modules are available from CPAN, <http://cpan.org/>.
29#
30#
31