epic-ts
[kivitendo-erp.git] / doc / modules / README.PDF-Table
1 PDF-Table version 0.9.3
2 =====================
3 SOME NOTES
4
5 This module is intended for table generation using PDF::API2
6 The current version is RC1 and I will apreciate any feedback.
7 Developed and tested on i586 Linux SuSE 10.0 and perl, v5.8.7 built for i586-linux-thread-multi
8
9 CHANGES
10
11 Since version 0.02 there are many changes. 
12 See the ChangeLog file or make a diff from the tools menu in CPAN
13
14 CONTACTS 
15
16 See http://search.cpan.org/~omega/
17
18 INSTALLATION
19
20 To install this module type the following:
21
22    perl Makefile.PL
23    make
24    make test
25    make install
26
27 DEPENDENCIES
28
29 This module requires these other modules and libraries:
30
31   PDF::API2
32
33 COPYRIGHT AND LICENCE
34
35 Put the correct copyright and licence information here.
36
37 Copyright (C) 2006 by Daemmon Hughes
38
39 Extended by Desislav Kamenov since version 0.02
40
41 This library is free software; you can redistribute it and/or modify
42 it under the same terms as Perl itself, either Perl version 5.8.7 or,
43 at your option, any later version of Perl 5 you may have available.
44
45