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;

WriteMakefile(
	'NAME'              => 'Palm::DiabetesPilot',
	'VERSION_FROM'      => 'DiabetesPilot.pm',
	'DISTNAME'          => 'Palm-DiabetesPilot',
	'INSTALLDIRS'       => 'site',
	'AUTHOR' => 'Christophe Beauregard <cpb@cpan.org>',
	'ABSTRACT' => 'Module for processing Diabetes Pilot databases',
	'PREREQ_PM' => {
		'Palm::PDB' => '1',
		'Test::More' => 0.46,
	},
	'EXE_FILES' => [ 'diabetes-report' ],
);