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.3624
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'TeX::AutoTeX',
  'VERSION_FROM' => 'lib/TeX/AutoTeX.pm',
  'PREREQ_PM' => {
                   'CAM::PDF' => '1.52',
                   'Class::Accessor::Fast' => '0.34',
                   'Error' => '0.17',
                   'Test::More' => 0,
                   'arXiv::FileGuess' => 0,
                   'parent' => '0.224'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;