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

..03-May-2022-

inc/H21-Oct-2012-6,6284,920

lib/DBIx/H21-Oct-2012-1,080388

t/H21-Oct-2012-1,6941,511

xt/H21-Oct-2012-3935

.gitignoreH A D21-Oct-201269 98

ChangesH A D21-Oct-20121.8 KiB5340

MANIFESTH A D21-Oct-20121.1 KiB5150

META.ymlH A D21-Oct-2012795 3837

MYMETA.jsonH A D21-Oct-20121.2 KiB5251

MYMETA.ymlH A D21-Oct-2012686 3332

Makefile.PLH A D21-Oct-2012558 2923

READMEH A D21-Oct-2012534 2815

README

1This is Perl module DBIx::DBHResolver.
2
3INSTALLATION
4
5DBIx::DBHResolver installation is straightforward. If your CPAN shell is set up,
6you should just be able to do
7
8    % cpan DBIx::DBHResolver
9
10Download it, unpack it, then build it as per the usual:
11
12    % perl Makefile.PL
13    % make && make test
14
15Then install it:
16
17    % make install
18
19DOCUMENTATION
20
21DBIx::DBHResolver documentation is available as in POD. So you can do:
22
23    % perldoc DBIx::DBHResolver
24
25to read the documentation online with your favorite pager.
26
27Kosuke Arisawa
28