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'		=> 'Apache::MiniWiki',
    'VERSION_FROM'	=> 'MiniWiki.pm',
    'PREREQ_PM'		=> { 'Apache::Constants' => 0,
			     'CGI' => 2.47,
			     'HTML::FromText' => 0,
			     'HTML::Template' => 0,
			     'Rcs' => 1.04,
			     'Date::Manip' => 0,
				 'Image::Magick' => 1,
			     'Apache::Htpasswd' => 0 },
    ($] >= 5.005 ?
      (ABSTRACT_FROM => 'MiniWiki.pm', # retrieve abstract from module 
       AUTHOR     => 'Jonas Oberg <jonas@gnu.org>, Wim Kerkhoff <kerw@cpan.org>, James Farrell <jfarrell@telesterion.org>') : ()),
);