Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a5a81f46

Von Moritz Bunkus vor etwa 5 Jahren hinzugefügt

  • ID a5a81f46c232cbbc19ee1024194ff339708d22e1
  • Vorgänger 46e9355a
  • Nachfolger 7cb1a2fe

Module: Update von PDF::Table auf 0.10.1

Unterschiede anzeigen:

doc/modules/README.PDF-Table
1
PDF-Table version 0.9.3
2
=====================
3
SOME NOTES
1
# PDF::Table
4 2

  
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
3
This module creates text blocks and tables into PDF documents using PDF::API2 Perl module.
8 4

  
9
CHANGES
5
The official repository for PDF::Table module collaboration:
6
https://github.com/kamenov/PDF-Table.git
10 7

  
11
Since version 0.02 there are many changes. 
12
See the ChangeLog file or make a diff from the tools menu in CPAN
8
Any patches, pull requests, issues and feedback are more than welcome.
13 9

  
14
CONTACTS 
10
## Installation
15 11

  
16
See http://search.cpan.org/~omega/
12
To install the module from CPAN, please type the following command:
17 13

  
18
INSTALLATION
14
```cpanm PDF::Table```
19 15

  
20
To install this module type the following:
16
To test or add features to this module, please type the following command:
21 17

  
22
   perl Makefile.PL
23
   make
24
   make test
25
   make install
18
```cpanm .```
26 19

  
27
DEPENDENCIES
20
## Changes
21
To see a list of changes, please do one or more of the following:
22
- Read the [Changes](Changes) file
23
- Review commits history on GitHub
24
- Make a diff from the tools menu at CPAN
28 25

  
29
This module requires these other modules and libraries:
26
## Contacts 
27
@deskata on Twitter 
30 28

  
31
  PDF::API2
32

  
33
COPYRIGHT AND LICENCE
34

  
35
Put the correct copyright and licence information here.
29
- Use the issue tracker on GitHub
30
- See http://search.cpan.org/~omega/
31
- See http://search.cpan.org/~jbazik/
36 32

  
33
## License
37 34
Copyright (C) 2006 by Daemmon Hughes
38 35

  
39 36
Extended by Desislav Kamenov since version 0.02
......
41 38
This library is free software; you can redistribute it and/or modify
42 39
it under the same terms as Perl itself, either Perl version 5.8.7 or,
43 40
at your option, any later version of Perl 5 you may have available.
44

  
45

  

Auch abrufbar als: Unified diff