The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# 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'
                 }
)
;