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		=> 'Net::DNS::ZoneFile::Fast',
    VERSION_FROM 	=> 'Fast.pm',
    # Net::DNS{,::SEC} keeps changing internals by adding and removing
    # dots in certain fields, etc...  That means we need to require
    # certain versions explicitly.
    PREREQ_PM		=> { 'Net::DNS'      => 0.65,
			     'Net::DNS::SEC' => 0.15,
			     'MIME::Base64'  => 0,
                             'IO::File'      => 0,
			   },
);