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.00503;
use ExtUtils::MakeMaker;

WriteMakefile(
    'NAME'		=> 'Imager::TimelineDiagram',
    'VERSION_FROM'	=> 'TimelineDiagram.pm', 
    'PREREQ_PM'		=> {
        'Imager' => '0.43',
    }, 
    ($] >= 5.005 ?   
      (ABSTRACT_FROM => 'TimelineDiagram.pm', 
       AUTHOR     => 'Matt Sanford <mzsanford@cpan.org>') : ()),
);