1 use inc::Module::Install 1.06;
7 perl_version '5.006002';
9 author 'Nathan Wiger <nate@wiger.org>';
10 resources 'license' => 'http://dev.perl.org/licenses/';
11 resources 'repository' => 'git://git.shadowcat.co.uk/dbsrgits/SQL-Abstract.git';
12 resources 'bugtracker' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=SQL-Abstract';
14 all_from 'lib/SQL/Abstract.pm';
18 requires 'List::Util' => 0;
19 requires 'Scalar::Util' => 0;
20 requires 'Class::Accessor::Grouped' => 0.10005;
21 requires 'Getopt::Long::Descriptive' => 0.091;
22 requires 'Hash::Merge' => 0.12;
23 requires 'Moo' => '0.009014';
25 test_requires "Test::More" => 0.92;
26 test_requires "Test::Exception" => 0;
27 test_requires "Test::Warn" => 0;
28 test_requires "Test::Deep" => '0.101';
29 test_requires "Storable" => 0; # for cloning in tests
31 no_index package => 'DBIx::Class::Storage::Debug::PrettyPrint';
32 no_index directory => 'examples';
34 install_script 'format-sql';