ASP
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'ASP',
'VERSION_FROM' => 'ASP.pm',
'dist' => {COMPRESS => 'gzip -9f', SUFFIX => 'gz'},
($] ge '5.005')
? (
'AUTHOR' => 'Tim Hammerquist (cafall@voffice.net)',
'ABSTRACT' => 'Facilitate integration of PerlScript with ASP',
) : (),
);
( run in 1.835 second using v1.01-cache-2.11-cpan-cc502c75498 )