2 use Module::Build::SGNSite;
4 my $build = Module::Build::SGNSite->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',
15 'The code and content behind the Sol Genomics Network main website, http://solgenomics.net',
17 recursive_test_files => 1,
20 'Class::MethodMaker' => 0,
26 'Test::WWW::Mechanize' => 0,
27 'Test::WWW::Mechanize::Catalyst' => '0.50',
28 'Test::WWW::Selenium' => 0,
29 'Test::MockObject' => 0,
34 'IPC::System::Simple' => 0, #< required for autodie :all
36 'Bio::Chado::Schema' => '0.05900',
37 'Bio::Root::Version' => '1.006001',
38 'Bio::Graphics::FeatureFile' => 0,
40 'Catalyst::Runtime' => '5.80024',
41 'Catalyst::Controller::CGIBin' => '0.029',
42 'Catalyst::Action::RenderView' => 0,
43 'Catalyst::Plugin::ConfigLoader' => 0,
44 'Catalyst::Plugin::Static::Simple' => 0,
45 'Catalyst::View::Email' => 0,
46 'Catalyst::View::HTML::Mason' => 0,
47 'Catalyst::View::JavaScript::Minifier::XS' => '2.100000',
48 'CatalystX::GlobalContext' => 0,
52 'Data::Visitor::Callback' => 0,
54 'DBIx::Connector' => 0,
59 'Number::Bytes::Human' => '0.07',
61 'GD::Graph::Map' => 0,
62 'GD::Graph::points' => 0,
65 'HTML::Entities' => 0,
68 'HTML::TreeBuilder::XPath' => 0,
71 'JSAN::ServerSide' => '==0.06',
76 'LWP::UserAgent' => 0,
77 'Mail::Sendmail' => 0,
78 'Math::Round::Var' => 0,
81 'Module::Build' => '0.36',
83 'Module::Pluggable::Object' => 0,
85 'MooseX::Declare' => 0,
86 'MooseX::Method::Signatures' => '0.30',
87 'MooseX::Types::Path::Class' => 0,
88 'MooseX::Types::URI' => 0,
89 'MooseX::Singleton' => 0,
90 'Number::Format' => 0,
91 'namespace::autoclean' => 0,
92 'SOAP::Transport::HTTP' => 0,
93 'Statistics::Descriptive' => 0,
97 'Test::WWW::Mechanize' => 0,
98 'Test::WWW::Mechanize::Catalyst' => 0,
99 'Text::ParseWords' => 0,
100 'Tie::Function' => 0,
101 'Tie::UrlEncoder' => 0,
106 'URI::FromHash' => 0,
107 'XML::Generator' => 0,
110 'WWW::Mechanize::TreeBuilder' => 0,
113 $build->create_build_script;