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 strict;
use warnings;
use ExtUtils::MakeMaker;

WriteMakefile(
	      NAME => 'Myco::Core::Person',
	      AUTHOR => 'Ben Sommer <ben@mycohq.com>',
	      VERSION_FROM => 'lib/Myco/Core/Person.pm',
	      PREREQ_PM => {
			    'Test::More' => 0,
			    'Myco' => 0,
			    'Lingua::Strfname' => 0,
			   },
	     );