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,
36 'IPC::System::Simple' => 0, #< required for autodie :all
37 'Algorithm::Combinatorics' => 0,
38 'Bio::Chado::Schema' => '0.20000',
39 'Barcode::Code128' => '2.21',
40 'Bio::Root::Version' => '1.006001',
41 'Bio::GMOD::Blast::Graph' => '0.01',
42 'Bio::Graphics::FeatureFile' => 0,
44 'Captcha::reCAPTCHA' => 0,
45 'Catalyst::Runtime' => '5.80024',
46 'Catalyst::Controller::CGIBin' => '0.029',
47 'Catalyst::Controller::REST' => 0,
48 'Catalyst::Action::RenderView' => 0,
49 'Catalyst::Plugin::Authentication' => 0,
50 'Catalyst::Plugin::Authorization::Roles' => 0,
51 'Catalyst::Plugin::ConfigLoader' => 0,
52 'Catalyst::Plugin::Static::Simple' => 0,
53 'Catalyst::View::Bio::SeqIO' => 0,
54 'Catalyst::View::Email' => 0,
55 'Catalyst::View::Download::CSV' => 0,
56 'Catalyst::View::HTML::Mason' => 0,
57 'Catalyst::Controller::HTML::FormFu' => 0,
58 'Catalyst::View::JavaScript::Minifier::XS' => '2.100000',
59 'CatalystX::GlobalContext' => 0,
60 'Class::Singleton' => 0,
64 'Data::Visitor::Callback' => 0,
66 # Remove the following dep when XML::Atom is fixed to depend on it and released
67 'DateTime::TimeZone' => '1.31',
68 'DateTime::Format::Flexible' => 0,
69 'DateTime::Format::Pg' => 0,
71 'DBIx::Connector' => 0,
72 'File::Basename' => 0,
76 'File::Slurp' => '9999.19',
77 'File::Spec::Functions' => 0,
79 'Number::Bytes::Human' => '0.07',
81 'GD::Graph::Map' => 0,
82 'GD::Graph::points' => 0,
85 'HTML::Entities' => 0,
88 'HTML::TreeBuilder::XPath' => 0,
91 'JSAN::ServerSide' => '0.06',
95 # 'jQuery::File::Upload' => 0,
96 'Lingua::EN::Inflect' => 0,
97 'List::AllUtils' => 0,
99 'LWP::UserAgent' => 0,
100 'Mail::Sendmail' => 0,
102 'Math::Round::Var' => 0,
105 'Module::Build' => '0.36',
106 'Module::Runtime' => 0,
108 'Module::Pluggable::Object' => 0,
110 'MooseX::Declare' => 0,
111 'MooseX::FollowPBP' => 0,
112 'MooseX::Method::Signatures' => '0.30',
113 'MooseX::Types::Path::Class' => 0,
114 'MooseX::Types::URI' => 0,
115 'MooseX::Singleton' => 0,
116 'Number::Format' => 0,
117 'namespace::autoclean' => 0,
121 'SOAP::Transport::HTTP' => 0,
122 'Spreadsheet::WriteExcel' => 0,
123 'Spreadsheet::ParseExcel' => 0,
124 'Statistics::Descriptive' => 0,
126 'String::Approx' => 0,
131 'Test::WWW::Mechanize' => 1.3,
132 'Test::WWW::Mechanize::Catalyst' => 0,
133 'Text::ParseWords' => 0,
134 'Tie::Function' => 0,
135 'Tie::UrlEncoder' => 0,
140 'URI::FromHash' => 0,
142 'XML::Generator' => 0,
147 'WWW::Mechanize::TreeBuilder' => 0,
151 $build->create_build_script;