/usr/local/CPAN/OCR-PerfectCR/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'OCR::PerfectCR',
          'VERSION_FROM' => 'lib/OCR/PerfectCR.pm',
          'PREREQ_PM' => {
                           'warnings' => 0,
                           'strict' => 0,
                           'Test::More' => 0,
                           'IO::File' => 0,
                           'Graphics::ColorObject' => 0,
                           'Digest::MD5' => 0,
                           'GD' => 0
                         }
        )
;