# Note: this file was auto-generated by Module::Build::Compat version 0.30
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Parse::ErrorString::Perl',
          'VERSION_FROM' => 'lib/Parse/ErrorString/Perl.pm',
          'PREREQ_PM' => {
                           'Class::XSAccessor' => 0,
                           'File::Basename' => 0,
                           'File::Spec' => 0,
                           'Pod::Find' => 0,
                           'Pod::POM' => 0,
                           'Test::Differences' => 0,
                           'Test::More' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [
                           'bin/check_perldiag'
                         ],
          'PL_FILES' => {}
        )
;
