Make the old glossarysearch.pl redirect to the new controller
[sgn.git] / Build.PL
blobb9c0c0a323c7f0199c10ef4270a6e57bd6d8a7af
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::HTML::Mason'              => 0,
52         'Catalyst::View::JavaScript::Minifier::XS' => '2.100000',
53         'CatalystX::GlobalContext'                 => 0,
54         'Config::JFDI'                             => 0,
55         'CGI'                                      => 0,
56         'Data::Page'                               => 0,
57         'Data::Visitor::Callback'                  => 0,
58         'DateTime'                                 => 0,
59         'DateTime::Format::Flexible'               => 0,
60         'DBIx::Class'                              => 0,
61         'DBIx::Connector'                          => 0,
62         'File::Flock'                              => 0,
63         'File::NFSLock'                            => 0,
64         'File::Slurp'                              => 0,
65         'File::Temp'                               => 0,
66         'Number::Bytes::Human'                     => '0.07',
67         'GD'                                       => 0,
68         'GD::Graph::Map'                           => 0,
69         'GD::Graph::points'                        => 0,
70         'GD::Text'                                 => 0,
71         'Hash::Merge'                              => 0,
72         'HTML::Entities'                           => 0,
73         'HTML::FormFu'                             => 0,
74         'HTML::Mason'                              => 0,
75         'HTML::TreeBuilder::XPath'                 => 0,
76         'IO::String'                               => 0,
77         'Image::Size'                              => 0,
78         'JSAN::ServerSide'                         => '==0.06',
79         'JSON'                                     => 0,
80         'JSON::XS'                                 => '2.24',
81         'JSON::Any'                                => 0,
82         'List::Util'                               => 0,
83         'LWP::UserAgent'                           => 0,
84         'Mail::Sendmail'                           => 0,
85         'Math::Round::Var'                         => 0,
86         'Memoize'                                  => 0,
87         'Modern::Perl'                             => 0,
88         'Module::Build'                            => '0.36',
89         'Module::Find'                             => 0,
90         'Module::Pluggable::Object'                => 0,
91         'Moose'                                    => 0,
92         'MooseX::Declare'                          => 0,
93         'MooseX::Method::Signatures'               => '0.30',
94         'MooseX::Types::Path::Class'               => 0,
95         'MooseX::Types::URI'                       => 0,
96         'MooseX::Singleton'                        => 0,
97         'Number::Format'                           => 0,
98         'namespace::autoclean'                     => 0,
99         'SOAP::Transport::HTTP'                    => 0,
100         'Statistics::Descriptive'                  => 0,
101         'Storable'                                 => 0,
102         'Test::More'                               => 0,
103         'Test::Class'                              => 0,
104         'Test::WWW::Mechanize'                     => 1.3,
105         'Test::WWW::Mechanize::Catalyst'           => 0,
106         'Text::ParseWords'                         => 0,
107         'Tie::Function'                            => 0,
108         'Tie::UrlEncoder'                          => 0,
109         'Time::HiRes'                              => 0,
110         'Try::Tiny'                                => 0,
111         'URI'                                      => 0,
112         'URI::Escape'                              => 0,
113         'URI::FromHash'                            => 0,
114         'XML::Generator'                           => 0,
115         'XML::Twig'                                => 0,
116         'YAML::Any'                                => 0,
117         'WWW::Mechanize::TreeBuilder'              => 0,
118     },
121 $build->create_build_script;