add smid dump script.
[SMMID.git] / build.sh
blobe3b7e92f09ed50a6f6b023a156e039d666fb14e2
1 #!/bin/bash
2 cpanm -L /home/production/local-lib Config::General
3 cpanm -L /home/production/local-lib Config::Std
4 cpanm -L /home/production/local-lib Catalyst
5 cpanm -L /home/production/local-lib Catalyst::Plugin::Static::Simple
6 cpanm -L /home/production/local-lib Catalyst::Plugin::ConfigLoader
7 cpanm -L /home/production/local-lib Catalyst::Action::RenderView
8 cpanm -L /home/production/local-lib Catalyst::Restarter
9 cpanm -L /home/production/local-lib Catalyst::Plugin::Authorization::Roles
10 cpanm -L /home/production/local-lib Catalyst::View::TT
11 cpanm -L /home/production/local-lib String::Random
12 cpanm -L /home/production/local-lib Plack::Handler::Starman
13 cpanm -L /home/production/local-lib DateTime
14 cpanm -L /home/production/local-lib DateTime::Format::ISO8601
15 cpanm -L /home/production/local-lib DateTime::Format::Pg
16 cpanm -L /home/production/local-lib Catalyst::Plugin::SmartURI
17 cpanm -L /home/production/local-lib Catalyst::Model::DBIC::Schema
18 cpanm -L /home/production/local-lib Catalyst::View::HTML::Mason
19 cpanm -L /home/production/local-lib Tie::UrlEncoder
20 cpanm -L /home/production/local-lib DBD::Pg
21 cpanm -L /home/production/local-lib Try::Tiny
22 cpanm -L /home/production/local-lib JSON::XS
23 cpanm -L /home/production/local-lib Chemistry::File::SMILES
24 cpanm -L /home/production/local-lib Image::Size
25 cpanm -L /home/production/local-lib YAML
26 cpanm -L /home/production/local-lib Test::Selenium::Remote::Driver
27 cpanm -L /home/production/local-lib MooseX::Runnable