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.4005
use ExtUtils::MakeMaker;
WriteMakefile
(
  'PL_FILES' => {},
  'INSTALLDIRS' => 'site',
  'NAME' => 'Module::Build::Database',
  'EXE_FILES' => [],
  'VERSION_FROM' => 'lib/Module/Build/Database.pm',
  'PREREQ_PM' => {
                   'DBD::SQLite' => 0,
                   'IO::Socket::INET' => 0,
                   'DBD::Pg' => 0,
                   'Sub::Exporter' => 0,
                   'Test::More' => 0,
                   'Digest::MD5' => 0,
                   'File::Copy::Recursive' => 0,
                   'blib' => 0,
                   'List::MoreUtils' => 0,
                   'File::Slurp' => 0
                 }
)
;