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 ExtUtils::MakeMaker;
WriteMakefile(
    NAME         => 'Email::LocalDelivery',
    VERSION_FROM => 'LocalDelivery.pm',
    PREREQ_PM    => {
                     'Email::FolderType'  => '0.7',
                     'Email::Simple'      => '1.92',
                     'File::Path::Expand' => '1.01',
                     'Test::More'         => '0.47',
                    },
);