The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
require 5.004;
use ExtUtils::MakeMaker;

WriteMakefile(
    NAME	 => 'HTML-Format',
    VERSION_FROM => 'lib/HTML/Formatter.pm',
    PREREQ_PM    => {
		     'HTML::Element' => 1.44,
		     'Font::AFM'     => 1.17,
		    },
    dist         => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
);