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.4218
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'INSTALLDIRS' => 'site',
  'NAME' => 'Hash::Map',
  'PL_FILES' => {},
  'PREREQ_PM' => {
                   'Test::More' => 0,
                   'Clone' => 0,
                   'Scalar::Util' => 0,
                   'version' => 0,
                   'Carp' => 0,
                   'Test::NoWarnings' => '1.03',
                   'parent' => 0,
                   'Test::Differences' => '0.60',
                   'Try::Tiny' => 0,
                   'Exporter::Tiny' => 0
                 },
  'EXE_FILES' => [],
  'VERSION_FROM' => 'lib/Hash/Map.pm'
)
;