Skip to content

Commit

Permalink
Deployment: Module::Install is needed for Text::MultiMarkdown
Browse files Browse the repository at this point in the history
  • Loading branch information
helviett committed May 31, 2018
1 parent ba75bb9 commit 4cac323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.bash
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ fi

echo "2. Install cpan packages... "
if [[ $step =~ (^|,)2(,|$) || $step == "*" ]]; then
cpan_packages=(DBI DBD::Firebird Algorithm::Diff Text::Aspell SQL::Abstract Archive::Zip
cpan_packages=(Module::Install DBI DBD::Firebird Algorithm::Diff Text::Aspell SQL::Abstract Archive::Zip
JSON::XS YAML::Syck Apache2::Request XML::Parser::Expat Template Authen::Passphrase Text::MultiMarkdown)
sudo cpanm -S ${cpan_packages[@]}
echo "ok"
Expand Down

0 comments on commit 4cac323

Please sign in to comment.