# Note: this file was auto-generated by Module::Build::Compat version 0.03 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'CAM::PDF', 'VERSION_FROM' => 'lib/CAM/PDF.pm', 'PREREQ_PM' => { 'Crypt::RC4' => '2.02', 'Digest::MD5' => '2.16', 'Test::More' => '0', 'Text::PDF' => '0.29' }, 'INSTALLDIRS' => 'site', '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' ], 'PL_FILES' => {} ) ;