use inc::Module::Install; name 'DBIx-Cookbook'; all_from 'lib/DBIx/Cookbook.pm'; author q{Terrence Brannon }; license 'perl'; author_tests('xt'); build_requires 'Test::More'; requires 'DBI'; requires 'MooseX::App::Cmd'; auto_install; WriteAll;