Revert "Merge remote branch 'origin/topic/github_news'"
[sgn.git] / Build.PL
blobe4165c8b3bc48589d26c10d73d30fa73a0318c98
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         'File::Temp'                     => 0,
21         'HTML::Lint'                     => 0,
22         'Parse::Deb::Control'            => 0,
23         'Test::JSON'                     => 0,
24         'List::Util'                     => 0,
25         'Test::Most'                     => 0,
26         'Test::WWW::Mechanize'           => 0,
27         'Test::WWW::Mechanize::Catalyst' => '0.50',
28         'Test::WWW::Selenium'            => 0,
29         'Test::MockObject'               => 0,
30     },
31     requires => {
32         'perl'                                     => '5.10.0',
33         'version'                                  => '0.77',
34         'autodie'                                  => 0,
35         'IPC::System::Simple'                      => 0,         #< required for autodie :all
36         'Bio::Chado::Schema'                       => '0.08100',
37         'Bio::Root::Version'                       => '1.006001',
38         'Bio::GMOD::Blast::Graph'                  => '0.01',
39         'Bio::Graphics::FeatureFile'               => 0,
40         'Cache::File'                              => 0,
41         'Catalyst::Runtime'                        => '5.80024',
42         'Catalyst::Controller::CGIBin'             => '0.029',
43         'Catalyst::Controller::REST'               => 0,
44         'Catalyst::Action::RenderView'             => 0,
45         'Catalyst::Plugin::Authentication'         => 0,
46         'Catalyst::Plugin::Authorization::Roles'   => 0,
47         'Catalyst::Plugin::ConfigLoader'           => 0,
48         'Catalyst::Plugin::Static::Simple'         => 0,
49         'Catalyst::View::Bio::SeqIO'               => 0,
50         'Catalyst::View::Email'                    => 0,
51         'Catalyst::View::Download::CSV'            => 0,
52         'Catalyst::View::HTML::Mason'              => 0,
53         'Catalyst::View::JavaScript::Minifier::XS' => '2.100000',
54         'CatalystX::GlobalContext'                 => 0,
55         'Config::JFDI'                             => 0,
56         'CGI'                                      => 0,
57         'Data::Page'                               => 0,
58         'Data::Visitor::Callback'                  => 0,
59         'DateTime'                                 => 0,
60         # Remove the following dep when XML::Atom is fixed to depend on it and released
61         'DateTime::TimeZone'                       => '1.31',
62         'DateTime::Format::Flexible'               => 0,
63         'DBIx::Class'                              => 0,
64         'DBIx::Connector'                          => 0,
65         'File::Flock'                              => 0,
66         'File::NFSLock'                            => 0,
67         'File::Slurp'                              => 0,
68         'File::Temp'                               => 0,
69         'Number::Bytes::Human'                     => '0.07',
70         'GD'                                       => 0,
71         'GD::Graph::Map'                           => 0,
72         'GD::Graph::points'                        => 0,
73         'GD::Text'                                 => 0,
74         'Hash::Merge'                              => 0,
75         'HTML::Entities'                           => 0,
76         'HTML::FormFu'                             => 0,
77         'HTML::Mason'                              => 0,
78         'HTML::TreeBuilder::XPath'                 => 0,
79         'IO::String'                               => 0,
80         'Image::Size'                              => 0,
81         'JSAN::ServerSide'                         => '==0.06',
82         'JSON'                                     => 0,
83         'JSON::XS'                                 => '2.24',
84         'JSON::Any'                                => 0,
85         'Lingua::EN::Inflect'                      => 0,
86         'List::Util'                               => 0,
87         'LWP::UserAgent'                           => 0,
88         'Mail::Sendmail'                           => 0,
89         'Math::Round::Var'                         => 0,
90         'Memoize'                                  => 0,
91         'Modern::Perl'                             => 0,
92         'Module::Build'                            => '0.36',
93         'Module::Find'                             => 0,
94         'Module::Pluggable::Object'                => 0,
95         'Moose'                                    => 0,
96         'MooseX::Declare'                          => 0,
97         'MooseX::Method::Signatures'               => '0.30',
98         'MooseX::Types::Path::Class'               => 0,
99         'MooseX::Types::URI'                       => 0,
100         'MooseX::Singleton'                        => 0,
101         'Number::Format'                           => 0,
102         'namespace::autoclean'                     => 0,
103         'SOAP::Transport::HTTP'                    => 0,
104         'Statistics::Descriptive'                  => 0,
105         'Storable'                                 => 0,
106         'Test::More'                               => 0,
107         'Test::Class'                              => 0,
108         'Test::WWW::Mechanize'                     => 1.3,
109         'Test::WWW::Mechanize::Catalyst'           => 0,
110         'Text::ParseWords'                         => 0,
111         'Tie::Function'                            => 0,
112         'Tie::UrlEncoder'                          => 0,
113         'Time::HiRes'                              => 0,
114         'Try::Tiny'                                => 0,
115         'URI'                                      => 0,
116         'URI::Escape'                              => 0,
117         'URI::FromHash'                            => 0,
118         'XML::Generator'                           => 0,
119         'XML::Atom'                                => 0,
120         'XML::Twig'                                => 0,
121         'YAML::Any'                                => 0,
122         'WWW::Mechanize::TreeBuilder'              => 0,
123     },
126 $build->create_build_script;