|
Revision 33523, 429 bytes
(checked in by kazuho, 4 years ago)
|
|
initial import
|
| Line | |
|---|
| 1 | DBIx-Printf version 0.01 |
|---|
| 2 | ======================= |
|---|
| 3 | |
|---|
| 4 | INSTALLATION |
|---|
| 5 | |
|---|
| 6 | To install this module type the following: |
|---|
| 7 | |
|---|
| 8 | perl Makefile.PL |
|---|
| 9 | make |
|---|
| 10 | make test |
|---|
| 11 | make install |
|---|
| 12 | |
|---|
| 13 | COPYRIGHT AND LICENCE |
|---|
| 14 | |
|---|
| 15 | Copyright (C) 2007 Kazuho Oku |
|---|
| 16 | |
|---|
| 17 | This library is free software; you can redistribute it and/or modify |
|---|
| 18 | it under the same terms as Perl itself, either Perl version 5.8.6 or, |
|---|
| 19 | at your option, any later version of Perl 5 you may have available. |
|---|
| 20 | |
|---|
| 21 | |
|---|