/usr/local/CPAN/ApacheBench/Makefile.PL


use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'	=> 'HTTPD::Bench::ApacheBench',
    'VERSION_FROM' => 'lib/HTTPD/Bench/ApacheBench.pm', # finds $VERSION
    'DIR' => ['src'],
);