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

name     'Business-Bitcoin';
all_from 'lib/Business/Bitcoin.pm';
author   q{Ashish Gulhati <biz-btc at ashish dot neomailbox.com>};
license  'perl';

requires 'LWP';
requires 'DBI';
requires 'DBD::SQLite';

build_requires 'Test::More';

auto_install;

WriteAll;