The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;

WriteMakefile
(
	'NAME'		=> 'Apache::SearchEngineLog',
	'AUTHOR'	=> 'Florian Forster <octopus@verplant.org>',
	'ABSTRACT'	=> 'Logging of search terms',
	'VERSION_FROM'	=> 'SearchEngineLog.pm', # finds $VERSION
	'PREREQ_PM'	=> { Apache => 0, DBI => 0 },
	'PM'		=> {'SearchEngineLog.pm' => '$(INST_LIBDIR)/SearchEngineLog.pm'},
);

print <<EOF;

#################################################################
#                                                               #
#  You need to set up an SQL database with appropriate tables.  #
#    Please read the README for configuration instructions.     #
#                                                               #
#################################################################

EOF