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 'Bio::Chado::Schema' => '0.09020',
38 'Bio::Root::Version' => '1.006001',
39 'Bio::GMOD::Blast::Graph' => '0.01',
40 'Bio::Graphics::FeatureFile' => 0,
42 'Catalyst::Runtime' => '5.80024',
43 'Catalyst::Controller::CGIBin' => '0.029',
44 'Catalyst::Controller::REST' => 0,
45 'Catalyst::Action::RenderView' => 0,
46 'Catalyst::Plugin::Authentication' => 0,
47 'Catalyst::Plugin::Authorization::Roles' => 0,
48 'Catalyst::Plugin::ConfigLoader' => 0,
49 'Catalyst::Plugin::Static::Simple' => 0,
50 'Catalyst::View::Bio::SeqIO' => 0,
51 'Catalyst::View::Email' => 0,
52 'Catalyst::View::Download::CSV' => 0,
53 'Catalyst::View::HTML::Mason' => 0,
54 'Catalyst::View::JavaScript::Minifier::XS' => '2.100000',
55 'CatalystX::GlobalContext' => 0,
59 'Data::Visitor::Callback' => 0,
61 # Remove the following dep when XML::Atom is fixed to depend on it and released
62 'DateTime::TimeZone' => '1.31',
63 'DateTime::Format::Flexible' => 0,
65 'DBIx::Connector' => 0,
70 'Number::Bytes::Human' => '0.07',
72 'GD::Graph::Map' => 0,
73 'GD::Graph::points' => 0,
76 'HTML::Entities' => 0,
79 'HTML::TreeBuilder::XPath' => 0,
82 'JSAN::ServerSide' => '==0.06',
86 'Lingua::EN::Inflect' => 0,
87 'List::AllUtils' => 0,
89 'LWP::UserAgent' => 0,
90 'Mail::Sendmail' => 0,
91 'Math::Round::Var' => 0,
94 'Module::Build' => '0.36',
96 'Module::Pluggable::Object' => 0,
98 'MooseX::Declare' => 0,
99 'MooseX::Method::Signatures' => '0.30',
100 'MooseX::Types::Path::Class' => 0,
101 'MooseX::Types::URI' => 0,
102 'MooseX::Singleton' => 0,
103 'Number::Format' => 0,
104 'namespace::autoclean' => 0,
105 'SOAP::Transport::HTTP' => 0,
106 'Statistics::Descriptive' => 0,
110 'Test::WWW::Mechanize' => 1.3,
111 'Test::WWW::Mechanize::Catalyst' => 0,
112 'Text::ParseWords' => 0,
113 'Tie::Function' => 0,
114 'Tie::UrlEncoder' => 0,
119 'URI::FromHash' => 0,
120 'XML::Generator' => 0,
124 'WWW::Mechanize::TreeBuilder' => 0,
128 $build->create_build_script;