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.4205
require 5.010001;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'PREREQ_PM' => {
                   'Catmandu' => '0.8013',
                   'Dancer' => '1.3121',
                   'Software::License' => 0,
                   'Catmandu::Exporter::Template' => '0.002000',
                   'Test::More' => 0,
                   'Clone' => 0,
                   'Test::Exception' => 0,
                   'DateTime' => 0
                 },
  'EXE_FILES' => [],
  'VERSION_FROM' => 'lib/Dancer/Plugin/Catmandu/OAI.pm',
  'PL_FILES' => {},
  'INSTALLDIRS' => 'site',
  'NAME' => 'Dancer::Plugin::Catmandu::OAI'
)
;