The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
use 5.008008;
use ExtUtils::MakeMaker;
                                               
WriteMakefile(
    NAME              => 'Image::Heatmap',
    VERSION_FROM      => 'lib/Image/Heatmap.pm',
    PREREQ_PM         => {
        'Image::Magick' => 0,
        'File::Find'    => 0,
    }, 
);