root/lang/perl/DBIx-Class-StorageType/README @ 22944

Revision 22944, 0.6 kB (checked in by kamipo, 5 years ago)

lang/perl/DBIx-Class-StorageType?: initial import

Line 
1This is Perl module DBIx::Class::StorageType.
2
3INSTALLATION
4
5DBIx::Class::StorageType installation is straightforward. If your CPAN shell is set up,
6you should just be able to do
7
8    % cpan DBIx::Class::StorageType
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::Class::StorageType documentation is available as in POD. So you can do:
22
23    % perldoc DBIx::Class::StorageType
24
25to read the documentation online with your favorite pager.
26
27Ryuta Kamizono
Note: See TracBrowser for help on using the browser.