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,
41 'Barcode::Code128' => '2.21',
42 # 'Bio::BLAST::Database' => 0,
43 'Bio::Chado::Schema' => 0, # 0.2000,
44 'Bio::Root::Version' => '1.006001',
45 'Bio::GMOD::Blast::Graph' => '0.01',
46 'Bio::GMOD::GenericGenePage' => 0,
47 'Bio::Graphics::FeatureFile' => 0,
48 'Bio::GFF3::LowLevel' => 0,
51 'Captcha::reCAPTCHA' => 0,
52 'Catalyst::Runtime' => '5.80024',
53 'Catalyst::Controller::CGIBin' => '0.029',
54 'Catalyst::Controller::REST' => 0,
55 'Catalyst::DispatchType::Regex' => 0,
56 'Catalyst::Action::RenderView' => 0,
57 'Catalyst::Plugin::Authentication' => 0,
58 'Catalyst::Plugin::Authorization::Roles' => 0,
59 'Catalyst::Plugin::ConfigLoader' => 0,
60 'Catalyst::Plugin::Static::Simple' => 0,
61 'Catalyst::View::Bio::SeqIO' => 0,
62 'Catalyst::View::Email' => 0,
63 'Catalyst::View::Download::CSV' => 0,
64 'Catalyst::View::HTML::Mason' => 0,
65 'Catalyst::Plugin::SmartURI' => 0,
66 'Catalyst::Controller::HTML::FormFu' => 0,
67 'Catalyst::View::JavaScript::Minifier::XS' => '2.100000',
68 'CatalystX::GlobalContext' => 0,
69 'Chart::Clicker' => 0,
71 'Class::Singleton' => 0,
72 'Config::INI::Reader' => 0,
73 'Config::INI::Writer' => 0,
78 'Data::Visitor::Callback' => 0,
80 # Remove the following dep when XML::Atom is fixed to depend on it and released
81 'DateTime::TimeZone' => '1.31',
82 'DateTime::Format::Duration' => 0,
83 'DateTime::Format::Flexible' => 0,
84 'DateTime::Format::Pg' => 0,
87 'DBIx::Connector' => 0,
88 'Email::Send::SMTP::Gmail' => 0,
90 'File::Basename' => 0,
92 'File::Copy::Recursive' => 0,
95 'File::Slurp' => '9999.19',
96 'File::Spec::Functions' => 0,
98 'Number::Bytes::Human' => '0.07',
100 'GD::Barcode::QRcode' => 0,
101 'GD::Graph::bars' => 0,
102 'GD::Graph::Map' => 0,
103 'GD::Graph::points' => 0,
106 'HTML::Entities' => 0,
108 'HTML::Mason::Interp' => 0,
109 'HTML::TreeBuilder::XPath' => 0,
113 'Imager::QRCode' => 0,
114 'JSAN::ServerSide' => '0.06',
116 'JSON::XS' => '2.24',
118 # 'jQuery::File::Upload' => 0,
119 'Lingua::EN::Inflect' => 0,
120 'List::AllUtils' => 0,
121 'List::Compare' => 0,
123 'LWP::UserAgent' => 0,
124 'Mail::Sendmail' => 0,
126 'Math::Round::Var' => 0,
127 'Math::Polygon' => 0,
130 'Module::Build' => '0.36',
131 'Module::Runtime' => 0,
133 'Module::Pluggable::Object' => 0,
135 'MooseX::Declare' => 0,
136 'MooseX::FollowPBP' => 0,
137 'MooseX::Method::Signatures' => '0.30',
138 'MooseX::Object::Pluggable' => 0,
139 'MooseX::Types::Path::Class' => 0,
140 'MooseX::Types::URI' => 0,
141 'MooseX::Singleton' => 0,
142 'Number::Format' => 0,
143 'namespace::autoclean' => 0,
144 'Parallel::ForkManager' => 0,
149 #'SOAP::Transport::HTTP' => 0,
151 'Sort::Key::Natural' => 0,
152 'Spreadsheet::WriteExcel' => 0,
153 'Spreadsheet::ParseExcel' => 0,
154 'Spreadsheet::Read' => 0,
155 'Statistics::Descriptive' => 0,
157 'String::Approx' => 0,
159 'Sys::Hostname' => 0,
163 'Test::WWW::Mechanize' => 1.3,
164 'Test::WWW::Mechanize::Catalyst' => 0,
165 'Text::ParseWords' => 0,
166 'Text::Unidecode' => 0,
167 'Tie::Function' => 0,
168 'Tie::UrlEncoder' => 0,
174 'URI::FromHash' => 0,
176 'XML::Generator' => 0,
181 'WWW::Mechanize::TreeBuilder' => 0,
185 $build->create_build_script;