The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.3607
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Padre::Plugin::Catalyst',
  'VERSION_FROM' => 'lib/Padre/Plugin/Catalyst.pm',
  'PREREQ_PM' => {
                   'Catalyst::Devel' => '1',
                   'Catalyst::Runtime' => '5.7',
                   'ExtUtils::Install' => '1.52',
                   'Locale::Msgfmt' => '0.14',
                   'Module::Build' => '0.3',
                   'Module::Pluggable::Object' => '3.9',
                   'Padre' => '0.51',
                   'Test::More' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;