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

use ExtUtils::MakeMaker;

WriteMakefile(
    NAME		=> 'DBIx::CodeKit',
    VERSION_FROM	=> 'CodeKit.pm',
    PREREQ_PM		=> { DBI => 0 },
    PM                  => { 'CodeKit.pm' => '$(INST_LIBDIR)/CodeKit.pm' },
    ($] >= 5.005 ?
        (ABSTRACT_FROM       => 'CodeKit.pm',
         AUTHOR              => 'John Gorman <jgorman@webbysoft.com>') : ()),
);