-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMakefile.PL
48 lines (48 loc) · 1.66 KB
/
Makefile.PL
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
# Note: this file was auto-generated by Module::Build::Compat version 0.4003
require 5.006000;
use ExtUtils::MakeMaker;
WriteMakefile
(
'PL_FILES' => {},
'INSTALLDIRS' => 'site',
'NAME' => 'CAM::PDF',
'EXE_FILES' => [
'bin/appendpdf.pl',
'bin/asciify',
'bin/changepagestring.pl',
'bin/changepdfstring.pl',
'bin/changerefkeys.pl',
'bin/crunchjpg_tmpl.pdf',
'bin/crunchjpgs.pl',
'bin/deillustrate.pl',
'bin/deletepdfpage.pl',
'bin/extractallimages.pl',
'bin/extractjpgs.pl',
'bin/fillpdffields.pl',
'bin/getpdffontobject.pl',
'bin/getpdfpage.pl',
'bin/getpdfpageobject.pl',
'bin/getpdftext.pl',
'bin/listfonts.pl',
'bin/listimages.pl',
'bin/listpdffields.pl',
'bin/pdfinfo.pl',
'bin/readpdf.pl',
'bin/renderpdf.pl',
'bin/replacepdfobj.pl',
'bin/revertpdf.pl',
'bin/rewritepdf.pl',
'bin/setpdfbackground.pl',
'bin/setpdfpage.pl',
'bin/stamppdf.pl',
'bin/uninlinepdfimages.pl'
],
'VERSION_FROM' => 'lib/CAM/PDF.pm',
'PREREQ_PM' => {
'Test::More' => 0,
'Crypt::RC4' => '2.02',
'Text::PDF' => '0.29',
'Digest::MD5' => '2.16'
}
)
;