4 #my $class = 'Module::Build';
5 my $build = SGN::Build->new(
8 create_makefile_pl => 'passthrough',
10 module_name => 'SGN::Context',
12 # current version of our core libraries distribution
13 dist_version => '0.1',
14 dist_author => 'Lukas Mueller',
16 'The code and content behind the Sol Genomics Network main website, http://solgenomics.net',
18 recursive_test_files => 1,
21 'Class::MethodMaker' => 0,
24 'Parse::Deb::Control' => 0,
28 'Test::WWW::Mechanize' => 0,
29 'Test::WWW::Mechanize::Catalyst' => '0.50',
30 'Test::WWW::Selenium' => 0,
31 'Test::MockObject' => 0,
37 'IPC::System::Simple' => 0, #< required for autodie :all
38 'Bio::Chado::Schema' => '0.07300',
39 'Bio::Root::Version' => '1.006001',
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::Email' => 0,
51 'Catalyst::View::HTML::Mason' => 0,
52 'Catalyst::View::JavaScript::Minifier::XS' => '2.100000',
53 'CatalystX::GlobalContext' => 0,
57 'Data::Visitor::Callback' => 0,
59 'DBIx::Connector' => 0,
64 'Number::Bytes::Human' => '0.07',
66 'GD::Graph::Map' => 0,
67 'GD::Graph::points' => 0,
70 'HTML::Entities' => 0,
73 'HTML::TreeBuilder::XPath' => 0,
76 'JSAN::ServerSide' => '==0.06',
81 'LWP::UserAgent' => 0,
82 'Mail::Sendmail' => 0,
83 'Math::Round::Var' => 0,
86 'Module::Build' => '0.36',
88 'Module::Pluggable::Object' => 0,
90 'MooseX::Declare' => 0,
91 'MooseX::Method::Signatures' => '0.30',
92 'MooseX::Types::Path::Class' => 0,
93 'MooseX::Types::URI' => 0,
94 'MooseX::Singleton' => 0,
95 'Number::Format' => 0,
96 'namespace::autoclean' => 0,
97 'SOAP::Transport::HTTP' => 0,
98 'Statistics::Descriptive' => 0,
102 'Test::WWW::Mechanize' => 0,
103 'Test::WWW::Mechanize::Catalyst' => 0,
104 'Text::ParseWords' => 0,
105 'Tie::Function' => 0,
106 'Tie::UrlEncoder' => 0,
111 'URI::FromHash' => 0,
112 'XML::Generator' => 0,
115 'WWW::Mechanize::TreeBuilder' => 0,
119 $build->create_build_script;