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.005;
use ExtUtils::MakeMaker;
WriteMakefile(
    'NAME'		=> 'File::DirCompare',
    'VERSION_FROM'	=> 'DirCompare.pm',
    'PREREQ_PM'		=> {
       'File::Spec'     => 0,
       'File::Basename' => 0,
       'File::Compare'  => 0,
       'File::Glob'     => 0,
       'Carp'           => 0,
    },
    ($] >= 5.005 ?    ## Add these new keywords supported since 5.005
      (AUTHOR     => 'Gavin Carr <gavin@openfusion.com.au>') : ()),
);