ASP-NextLink

 view release on metacpan or  search on metacpan

Makefile.PL  view on Meta::CPAN

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',
		) : (),
);



( run in 0.875 second using v1.01-cache-2.11-cpan-cc502c75498 )