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

..03-May-2022-

t/H15-Oct-2007-1,039784

.perlcriticrcH A D15-Oct-20071.9 KiB7350

ChangesH A D15-Oct-2007375 1912

INSTALLH A D09-Oct-200714 31

LICENSEH A D09-Oct-20071.3 KiB2419

MANIFESTH A D15-Oct-2007162 1716

MANIFEST.SKIPH A D09-Oct-200789 1110

META.ymlH A D11-Oct-20071 KiB3732

Makefile.PLH A D15-Oct-2007927 2724

READMEH A D11-Oct-2007886 3824

SIGNATUREH A D15-Oct-20071.5 KiB3831

Safe.pmH A D15-Oct-200719 KiB689392

TODOH A D09-Oct-2007226 126

README

1
2DBIx::Safe - safer access to databases via DBI
3
4DESCRIPTION:
5------------
6
7This is version 1.2.5 of DBIx::Safe
8
9COPYRIGHT:
10----------
11
12	Copyright (c) 2007 Greg Sabino Mullane <greg@endpoint.com>
13
14This library is free software; you can redistribute it and/or modify
15it under the same terms as Perl itself, either Perl version 5.8.3 or,
16at your option, any later version of Perl 5 you may have available.
17
18
19REQUIREMENTS:
20-------------
21
22    build, test, and install Perl 5             (at least 5.8.3)
23    build, test, and install Postgres           (at least 7.4)
24    build, test, and install the DBI module     (at least 1.42)
25    build, test, and install the DBD::Pg module (at least 1.48)
26
27
28INSTALLATION:
29-------------
30To install this module type the following, making sure that DBI_DSN
31and DBI_USER are set properly first:
32
33   perl Makefile.PL
34   make
35   make test
36   make install
37
38