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.340201
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Graphics::HotMap',
          'VERSION_FROM' => 'lib/Graphics/HotMap.pm',
          'PREREQ_PM' => {
                           'Data::Dumper' => 0,
                           'File::Temp' => 0,
                           'Image::Magick' => 0,
                           'Math::Gradient' => 0,
                           'Module::Build' => 0,
                           'PDL' => 0,
                           'PDL::IO::Pic' => 0,
                           'PDL::NiceSlice' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;