The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;
WriteMakefile(
	'NAME'			=> 'ASP::NextLink',
	'VERSION_FROM'	=> 'NextLink.pm',
	'dist'			=> {COMPRESS => 'gzip -9f', SUFFIX => 'gz'},
	($] ge '5.005')
		? (
			'AUTHOR'	=> 'Tim Hammerquist (cafall@voffice.net)',
			'ABSTRACT'	=> 'Perl implementation of the NextLink ASP component',
		) : (),
);