The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#-------------------------------------------------------
#
# $Id: Makefile.PL,v 1.1.1.1 1997/03/15 22:03:35 mergl Exp $
#
#-------------------------------------------------------

use ExtUtils::MakeMaker;

WriteMakefile(
    'NAME' => 'Apache::Mysql',
);

# EOF