# Note: this file was auto-generated by Module::Build::Compat version 0.2808_01 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'Padre::Plugin::CommandLine', 'VERSION_FROM' => 'lib/Padre/Plugin/CommandLine.pm', 'PREREQ_PM' => { 'Padre' => '0.17', 'Test::More' => 0, 'Wx::Perl::Dialog' => '0.03' }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [], 'PL_FILES' => {} ) ;