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,
48 'Captcha::reCAPTCHA' => 0,
49 'Catalyst::Runtime' => '5.80024',
50 'Catalyst::Controller::CGIBin' => '0.029',
51 'Catalyst::Controller::REST' => 0,
52 'Catalyst::DispatchType::Regex' => 0,
53 'Catalyst::Action::RenderView' => 0,
54 'Catalyst::Plugin::Authentication' => 0,
55 'Catalyst::Plugin::Authorization::Roles' => 0,
56 'Catalyst::Plugin::ConfigLoader' => 0,
57 'Catalyst::Plugin::Static::Simple' => 0,
58 'Catalyst::View::Bio::SeqIO' => 0,
59 'Catalyst::View::Email' => 0,
60 'Catalyst::View::Download::CSV' => 0,
61 'Catalyst::View::HTML::Mason' => 0,
62 'Catalyst::Plugin::SmartURI' => 0,
63 'Catalyst::Controller::HTML::FormFu' => 0,
64 'Catalyst::View::JavaScript::Minifier::XS' => '2.100000',
65 'CatalystX::GlobalContext' => 0,
66 'Chart::Clicker' => 0,
68 'Class::Singleton' => 0,
73 'Data::Visitor::Callback' => 0,
75 # Remove the following dep when XML::Atom is fixed to depend on it and released
76 'DateTime::TimeZone' => '1.31',
77 'DateTime::Format::Flexible' => 0,
78 'DateTime::Format::Pg' => 0,
81 'DBIx::Connector' => 0,
83 'File::Basename' => 0,
87 'File::Slurp' => '9999.19',
88 'File::Spec::Functions' => 0,
90 'Number::Bytes::Human' => '0.07',
92 'GD::Graph::bars' => 0,
93 'GD::Graph::Map' => 0,
94 'GD::Graph::points' => 0,
97 'HTML::Entities' => 0,
100 'HTML::TreeBuilder::XPath' => 0,
104 'JSAN::ServerSide' => '0.06',
106 'JSON::XS' => '2.24',
108 # 'jQuery::File::Upload' => 0,
109 'Lingua::EN::Inflect' => 0,
110 'List::AllUtils' => 0,
111 'List::Compare' => 0,
113 'LWP::UserAgent' => 0,
114 'Mail::Sendmail' => 0,
116 'Math::Round::Var' => 0,
119 'Module::Build' => '0.36',
120 'Module::Runtime' => 0,
122 'Module::Pluggable::Object' => 0,
124 'MooseX::Declare' => 0,
125 'MooseX::FollowPBP' => 0,
126 'MooseX::Method::Signatures' => '0.30',
127 'MooseX::Object::Pluggable' => 0,
128 'MooseX::Types::Path::Class' => 0,
129 'MooseX::Types::URI' => 0,
130 'MooseX::Singleton' => 0,
131 'Number::Format' => 0,
132 'namespace::autoclean' => 0,
136 'SOAP::Transport::HTTP' => 0,
137 'Spreadsheet::WriteExcel' => 0,
138 'Spreadsheet::ParseExcel' => 0,
139 'Statistics::Descriptive' => 0,
141 'String::Approx' => 0,
143 'Sys::Hostname' => 0,
147 'Test::WWW::Mechanize' => 1.3,
148 'Test::WWW::Mechanize::Catalyst' => 0,
149 'Text::ParseWords' => 0,
150 'Tie::Function' => 0,
151 'Tie::UrlEncoder' => 0,
156 'URI::FromHash' => 0,
158 'XML::Generator' => 0,
163 'WWW::Mechanize::TreeBuilder' => 0,
167 $build->create_build_script;