/usr/local/CPAN/DBIx-SQLite-Simple/Makefile.PL


#
# $Id: Makefile.PL,v 1.10 2007/01/27 13:33:24 gomor Exp $
#
use ExtUtils::MakeMaker;

WriteMakefile(
   NAME          => 'DBIx::SQLite::Simple',
   AUTHOR        => 'GomoR <perl@gomor.org>',
   VERSION_FROM  => 'lib/DBIx/SQLite/Simple.pm',
   LICENSE       => 'Artistic',
   ABSTRACT_FROM => 'lib/DBIx/SQLite/Simple.pm',
   PREREQ_PM     => {
      DBD::SQLite  => 0,
      Class::Gomor => 0,
   },
);