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