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 ModPerl::MM ();

ModPerl::MM::WriteMakefile
  (
   'NAME'         => 'Apache2::ModProxyPerlHtml',
   'VERSION_FROM' => 'ModProxyPerlHtml.pm',
   'LICENSE'      => 'Artistic',
   'PREREQ_PM'    => { },
   'dist'         => { 'COMPRESS' => 'gzip -9f', 'SUFFIX' => 'gz', },
   'AUTHOR'       => 'Gilles Darold (gilles at darold dot net)',
   'ABSTRACT'     => 'Apache2/mod_perl2 module replacement for mod_proxy_html.c ',
   'META_MERGE'   => {
	resources  => {
		homepage => 'http://modproxyhtml.darold.net/',
		repository  => {
			type => 'git',
			git => 'https://github.com/darold/modproxyperlhtml.git',
			web => 'https://github.com/darold/modproxyperlhtml',
		},
	},
    }
  );