4 my $build = Module::Build->new(
5 dist_name => 'Tomato-Genome',
6 dist_author => 'Sol Genomics Network',
7 dist_abstract => 'scripts and libraries for managing tomato genome data',
9 create_makefile_pl => 'passthrough',
11 # current version of our core libraries distribution
12 dist_version => '0.1',
14 recursive_test_files => 1,
16 script_files => [ grep -f && -x, glob('scripts/*'), glob('scripts/old/*') ],
18 # and now the list of perl module dependencies
23 #'Bio::Root::Version' => '==1.005002',
24 'Bio::Chado::Schema' => '0.05',
31 'DateTime::Format::Strptime' => 0,
33 'DBIx::Connector' => 0,
38 'HTML::Entities' => 0,
39 'List::MoreUtils' => 0,
42 'Mail::Sendmail' => 0,
46 'MooseX::Aliases' => 0,
47 'MooseX::App::Cmd' => 0,
48 'MooseX::App::Cmd::Command' => 0,
49 'MooseX::Role::Parameterized' => 0,
50 'IPC::System::Simple' => 0,
51 'namespace::autoclean' => 0,
59 'App::Cmd::Tester' => 0,
64 'List::MoreUtils' => 0,
67 'Test::Exception' => 0,
75 $build->create_build_script;