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.4004
require 5.012000;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Yote',
  'VERSION_FROM' => 'lib/Yote.pm',
  'PREREQ_PM' => {
                   'Crypt::Passwd::XS' => '0.601',
                   'DBD::SQLite' => '1.35',
                   'DBI' => '1.625',
                   'DateTime' => '0.77',
                   'Email::Valid' => '0.19',
                   'File::UStore' => '0.12',
                   'JSON' => '2.53',
                   'MIME::Base64' => 0,
                   'Mail::Sender' => 0,
                   'MongoDB' => '0.503',
                   'Test::More' => 0,
                   'Test::Pod' => 0,
                   'WeakRef' => '0.01',
                   'forks' => '0.34',
                   'forks::shared' => '0.34'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [
                   'bin/yote_server'
                 ],
  'PL_FILES' => {}
)
;