The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
use warnings;
use inc::Module::Install;

name 'DBICx-Deploy';
all_from 'lib/DBICx/Deploy.pm' ;

requires 'DBIx::Class';
requires 'SQL::Translator';
requires 'Pod::Usage';

build_requires 'Test::More';
build_requires 'DBD::SQLite';

install_script('bin/dbicdeploy');

WriteAll();