4 my $build = SGN::Build->new(
7 create_makefile_pl => 'passthrough',
9 module_name => 'SGN::Context',
11 # current version of our core libraries distribution
12 dist_version => '0.1',
13 dist_author => 'Lukas Mueller',
14 dist_abstract => 'The code and content behind the Sol Genomics Network main website, http://solgenomics.net',
16 recursive_test_files => 1,
19 'Class::MethodMaker' => 0,
23 'Parse::Deb::Control' => 0,
27 'Test::WWW::Mechanize' => 0,
28 'Test::WWW::Mechanize::Catalyst' => '0.50',
29 'Test::WWW::Selenium' => 0,
30 'Test::MockObject' => 0,
31 'Module::Build::Tiny' => 0,
37 'IPC::System::Simple' => 0, #< required for autodie :all
38 'Algorithm::Combinatorics' => 0,
40 'Barcode::Code128' => '2.21',
41 'Bio::BLAST::Database' => 0,
42 'Bio::Chado::Schema' => '0.20000',
43 'Bio::Root::Version' => '1.006001',
44 'Bio::GMOD::Blast::Graph' => '0.01',
45 'Bio::GMOD::GenericGenePage' => 0,
46 'Bio::Graphics::FeatureFile' => 0,
47 'Bio::GFF3::LowLevel' => 0,
49 'Captcha::reCAPTCHA' => 0,
50 'Catalyst::Runtime' => '5.80024',
51 'Catalyst::Controller::CGIBin' => '0.029',
52 'Catalyst::Controller::REST' => 0,
53 'Catalyst::DispatchType::Regex' => 0,
54 'Catalyst::Action::RenderView' => 0,
55 'Catalyst::Plugin::Authentication' => 0,
56 'Catalyst::Plugin::Authorization::Roles' => 0,
57 'Catalyst::Plugin::ConfigLoader' => 0,
58 'Catalyst::Plugin::Static::Simple' => 0,
59 'Catalyst::View::Bio::SeqIO' => 0,
60 'Catalyst::View::Email' => 0,
61 'Catalyst::View::Download::CSV' => 0,
62 'Catalyst::View::HTML::Mason' => 0,
63 'Catalyst::Plugin::SmartURI' => 0,
64 'Catalyst::Controller::HTML::FormFu' => 0,
65 'Catalyst::View::JavaScript::Minifier::XS' => '2.100000',
66 'CatalystX::GlobalContext' => 0,
67 'Chart::Clicker' => 0,
69 'Class::Singleton' => 0,
70 'Config::INI::Reader' => 0,
71 'Config::INI::Writer' => 0,
76 'Data::Visitor::Callback' => 0,
78 # Remove the following dep when XML::Atom is fixed to depend on it and released
79 'DateTime::TimeZone' => '1.31',
80 'DateTime::Format::Flexible' => 0,
81 'DateTime::Format::Pg' => 0,
84 'DBIx::Connector' => 0,
86 'File::Basename' => 0,
90 'File::Slurp' => '9999.19',
91 'File::Spec::Functions' => 0,
93 'Number::Bytes::Human' => '0.07',
95 'GD::Graph::bars' => 0,
96 'GD::Graph::Map' => 0,
97 'GD::Graph::points' => 0,
100 'HTML::Entities' => 0,
103 'HTML::TreeBuilder::XPath' => 0,
107 'JSAN::ServerSide' => '0.06',
109 'JSON::XS' => '2.24',
111 # 'jQuery::File::Upload' => 0,
112 'Lingua::EN::Inflect' => 0,
113 'List::AllUtils' => 0,
114 'List::Compare' => 0,
116 'LWP::UserAgent' => 0,
117 'Mail::Sendmail' => 0,
119 'Math::Round::Var' => 0,
122 'Module::Build' => '0.36',
123 'Module::Runtime' => 0,
125 'Module::Pluggable::Object' => 0,
127 'MooseX::Declare' => 0,
128 'MooseX::FollowPBP' => 0,
129 'MooseX::Method::Signatures' => '0.30',
130 'MooseX::Object::Pluggable' => 0,
131 'MooseX::Types::Path::Class' => 0,
132 'MooseX::Types::URI' => 0,
133 'MooseX::Singleton' => 0,
134 'Number::Format' => 0,
135 'namespace::autoclean' => 0,
139 'SOAP::Transport::HTTP' => 0,
140 'Spreadsheet::WriteExcel' => 0,
141 'Spreadsheet::ParseExcel' => 0,
142 'Statistics::Descriptive' => 0,
144 'String::Approx' => 0,
146 'Sys::Hostname' => 0,
150 'Test::WWW::Mechanize' => 1.3,
151 'Test::WWW::Mechanize::Catalyst' => 0,
152 'Text::ParseWords' => 0,
153 'Tie::Function' => 0,
154 'Tie::UrlEncoder' => 0,
159 'URI::FromHash' => 0,
161 'XML::Generator' => 0,
166 'WWW::Mechanize::TreeBuilder' => 0,
170 $build->create_build_script;