File: CHANGES

package info (click to toggle)
libpdf-create-perl 1.10-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 320 kB
  • ctags: 113
  • sloc: perl: 2,839; makefile: 2
file content (73 lines) | stat: -rw-r--r-- 1,426 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
1.10 2014.08.22
    Fix test that used to use CGI.pm

1.09 2014.08.21
    Eliminate the need for CGI.pm in the test RT #98222
    Some POD updates.
    Eliminate memory leak RT #93412 thanks to Chris Jack.

1.08 2013.12.11

    Eliminate pipe from CGI test script t/09
    Filehandle => FileHandle typo fixed #91312

1.07 2013.12.10

    New maintainer SZABGAB
    Tried to reconstruct entries in the CHANGES file 
    Some more test case
    Code clean-up (remove indirect calls)
    Remove Build.PL
    use warnings;
    Officially require perl 5.006.
    Move example file to the eg/ directory

1.06 2010.07.06

1.05 2010.02.26

1.04 2009.07.13

1.03 200 2009.03.24

1.02 208.07.10

1.01 2008.06.03

1.00 2008.05.31

0.10 2008.05.31


0.09 2007.09.30

    - Markus Baertschi, markus@markus.org
    - Added stringml for multi-line strings
    - Changed get_page_size to case-independent

0.08 2007.09.03

    - Markus Baertschi, markus@markus.org
    - Get back in sync with CPAN/PAUSE
    - Fixed check for open file in Create.pm
    - Touched up the README

0.07

    - Markus Baertschi, markus@markus.org
    - Added image samples to sample.pl
    - Touched up the README
    - Added check for open file in JPEG/GIFImages

0.06

    - Fabien Tassin
    - Added support for JPEG and GIF images
    - Markus Baertschi, markus@markus.org
    - Packaged for release on CPAN

0.01

    - Fabien Tassin
    - Original Release