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
require 5.008_004;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'PL_FILES' => {},
  'INSTALLDIRS' => 'site',
  'NAME' => 'DBM::Deep',
  'EXE_FILES' => [],
  'VERSION_FROM' => 'lib/DBM/Deep.pm',
  'PREREQ_PM' => {
                   'Scalar::Util' => '1.14',
                   'Test::Exception' => '0.21',
                   'Pod::Usage' => '1.3',
                   'Fcntl' => '0.01',
                   'Test::More' => '0.88',
                   'Test::Warn' => '0.08',
                   'File::Temp' => '0.01',
                   'Digest::MD5' => '1.00',
                   'File::Path' => '0.01',
                   'Test::Deep' => '0.095'
                 }
)
;