5 my $build = Module::Build->new(
7 dist_author => 'Sol Genomics Network',
8 dist_abstract => 'data model, management, and analysis modules for the ITAG pipeline',
10 create_makefile_pl => 'passthrough',
12 # current version of our core libraries distribution
13 dist_version => '0.1',
15 recursive_test_files => 1,
17 # and now the list of perl module dependencies
21 'List::MoreUtils' => 0,
24 'Bio::GFF3::LowLevel' => '0.4',
25 # right now, we have to depend on whole bioperl, like this
26 'Bio::Root::Version' => '1.005002102',
27 'Class::Accessor' => 0,
28 'Class::Accessor::Fast' => 0,
29 'Class::Data::Inheritable' => 0,
30 'Config::INI::Reader' => 0,
31 'Config::INI::Writer' => 0,
37 'List::MoreUtils' => 0,
38 'Mail::Sendmail' => 0,
42 'MooseX::Types::Path::Class' => 0,
43 'namespace::autoclean' => 0,
44 'Path::Class::File' => 0,
46 'Statistics::Descriptive' => 0,
49 'Template::Plugin::Comma' => 0,
63 $build->create_build_script;