# Note: this file was auto-generated by Module::Build::Compat version 0.33 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'Padre::Plugin::Mojolicious', 'VERSION_FROM' => 'lib/Padre/Plugin/Mojolicious.pm', 'PREREQ_PM' => { 'File::Basename' => 0, 'Module::Build' => '0.3', 'Module::Pluggable::Object' => '3.9', 'Mojo' => '0.9', 'Padre' => '0.29', 'Test::More' => 0 }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [], 'PL_FILES' => {} ) ;