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.4214
require 5.012000;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Yote',
  'VERSION_FROM' => 'lib/Yote.pm',
  'PREREQ_PM' => {
                   'DB::DataStore' => '1',
                   'Devel::Refcount' => '0.1',
                   'JSON' => 0,
                   'Module::Build' => '0.4',
                   'Test::More' => 0,
                   'WeakRef' => '0.01'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;