# Note: this file was auto-generated by Module::Build::Compat version 0.33 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'Padre::Plugin::SpellCheck', 'VERSION_FROM' => 'lib/Padre/Plugin/SpellCheck.pm', 'PREREQ_PM' => { 'Class::XSAccessor' => 0, 'File::Basename' => 0, 'File::Spec::Functions' => 0, 'Module::Util' => 0, 'Padre' => '0.26', 'Test::More' => 0, 'Text::Aspell' => 0 }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [], 'PL_FILES' => {} ) ;