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'	=> 'HTML::RSSAutodiscovery',
	      ($[ >= 5.005) ?
	      (AUTHOR   => 'Aaron Straup Cope (cpan@aaronland.net)',
	       ABSTRACT => '') : (),
	      'VERSION_FROM' => 'lib/HTML/RSSAutodiscovery.pm',
	      'PREREQ_PM'    => {
				 LWP::UserAgent => 0,
				 HTTP::Request  => 0,
				 HTML::Parser   => 0,
				},
	      dist	        => {COMPRESS => 'gzip', SUFFIX => 'tar.gz'},
);