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 ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
     'PREREQ_PM'   => { Set::IntSpan => 1.13, parent => 0 },
     'NAME'	   => 'Set::IntSpan::Island',
     'AUTHOR'      => "Martin Krzywinski (martink@bcgsc.ca)",
     'ABSTRACT'    => "Extension for Set::IntSpan to handle islands, holes and covers.",
     'VERSION_FROM' => 'Island.pm', # finds $VERSION
);