instruction page for phenotype submission
[sgn.git] / Build.PL
blob197c15939ebbbe2817d027f3265a7982f3662f1c
1 use lib 'lib';
2 use SGN::Build;
4 my $build = SGN::Build->new(
5     dist_name          => 'SGN',
6     license            => 'perl',
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,
18     build_requires => {
19         'Class::MethodMaker'             => 0,
20         'Data::UUID'                     => 0,
21         'File::Temp'                     => 0,
22         'HTML::Lint'                     => 0,
23         'Parse::Deb::Control'            => 0,
24         'Test::JSON'                     => 0,
25         'List::Util'                     => 0,
26         'Test::Most'                     => 0,
27         'Test::WWW::Mechanize'           => 0,
28         'Test::WWW::Mechanize::Catalyst' => '0.50',
29         'Test::WWW::Selenium'            => 0,
30         'Test::MockObject'               => 0,
31     },
32     requires => {
33         'perl'                                     => '5.10.0',
34         'version'                                  => '0.77',
35         'autodie'                                  => 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,
41         'Cache::File'                              => 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,
56         'Config::JFDI'                             => 0,
57         'CGI'                                      => 0,
58         'Data::Page'                               => 0,
59         'Data::Visitor::Callback'                  => 0,
60         'DateTime'                                 => 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,
64         'DBIx::Class'                              => 0,
65         'DBIx::Connector'                          => 0,
66         'File::Flock'                              => 0,
67         'File::NFSLock'                            => 0,
68         'File::Slurp'                              => 0,
69         'File::Temp'                               => 0,
70         'Number::Bytes::Human'                     => '0.07',
71         'GD'                                       => 0,
72         'GD::Graph::Map'                           => 0,
73         'GD::Graph::points'                        => 0,
74         'GD::Text'                                 => 0,
75         'Hash::Merge'                              => 0,
76         'HTML::Entities'                           => 0,
77         'HTML::FormFu'                             => 0,
78         'HTML::Mason'                              => 0,
79         'HTML::TreeBuilder::XPath'                 => 0,
80         'IO::String'                               => 0,
81         'Image::Size'                              => 0,
82         'JSAN::ServerSide'                         => '==0.06',
83         'JSON'                                     => 0,
84         'JSON::XS'                                 => '2.24',
85         'JSON::Any'                                => 0,
86         'Lingua::EN::Inflect'                      => 0,
87         'List::AllUtils'                           => 0,
88         'List::Util'                               => 0,
89         'LWP::UserAgent'                           => 0,
90         'Mail::Sendmail'                           => 0,
91         'Math::Round::Var'                         => 0,
92         'Memoize'                                  => 0,
93         'Modern::Perl'                             => 0,
94         'Module::Build'                            => '0.36',
95         'Module::Find'                             => 0,
96         'Module::Pluggable::Object'                => 0,
97         'Moose'                                    => 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,
107         'Storable'                                 => 0,
108         'Test::More'                               => 0,
109         'Test::Class'                              => 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,
115         'Time::HiRes'                              => 0,
116         'Try::Tiny'                                => 0,
117         'URI'                                      => 0,
118         'URI::Escape'                              => 0,
119         'URI::FromHash'                            => 0,
120         'XML::Generator'                           => 0,
121         'XML::Atom'                                => 0,
122         'XML::Twig'                                => 0,
123         'YAML::Any'                                => 0,
124         'WWW::Mechanize::TreeBuilder'              => 0,
125     },
128 $build->create_build_script;