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.4210
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'VERSION_FROM' => 'lib/Data/Context/BEM.pm',
  'PREREQ_PM' => {
                   'Data::Context::Instance' => '0.001002',
                   'Moose' => 0,
                   'List::MoreUtils' => 0,
                   'version' => 0,
                   'File::ShareDir' => '1.00',
                   'Test::More' => '0.88',
                   'Test::NoWarnings' => 0,
                   'Template' => 0,
                   'Path::Tiny' => 0,
                   'Scalar::Util' => 0,
                   'Data::Context::Log' => '0.001002',
                   'Data::Context' => '0.001002',
                   'namespace::autoclean' => 0,
                   'List::Util' => 0
                 },
  'PL_FILES' => {},
  'EXE_FILES' => [
                   'bin/bem-static'
                 ],
  'NAME' => 'Data::Context::BEM',
  'INSTALLDIRS' => 'site'
)
;