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