use strict; use warnings; use inc::Module::Install; WriteMakefile( NAME => 'DBIx::Simple::Batch', AUTHOR => q{Al Newkirk }, VERSION_FROM => 'lib/DBIx/Simple/Batch.pm', ABSTRACT_FROM => 'lib/DBIx/Simple/Batch.pm', LICENSE => 'Perl', PL_FILES => {}, PREREQ_PM => { 'DBIx::Simple' => 0, 'SQL::Abstract' => 0, 'SQL::Interp' => 0, 'File::Find' => 0, 'Test::More' => 0, }, dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'DBIx-Simple-Batch-*' }, );