aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2019-05-03 18:14:14 +0200
committerKim Alvefur <zash@zash.se>2019-05-03 18:14:14 +0200
commit4b5bbb89cd37271cb67c6973b3dbf33b90a3a41b (patch)
treee067033bb20670cc671bac11cddd0b3b3713a94b
parent5bf3c84d07ff55408262ab5644752f6f0e28415e (diff)
parentb00d2764e71e9f85021e21f0b74790a9212bebfd (diff)
downloadprosody-4b5bbb89cd37271cb67c6973b3dbf33b90a3a41b.tar.gz
prosody-4b5bbb89cd37271cb67c6973b3dbf33b90a3a41b.zip
Merge 0.11->trunk
-rwxr-xr-xprosodyctl1
1 files changed, 1 insertions, 0 deletions
diff --git a/prosodyctl b/prosodyctl
index da8073cc..f5786ff9 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -402,6 +402,7 @@ function commands.about(arg)
local module_versions, longest_name = {}, 8;
local luaevent =dependencies.softreq"luaevent";
dependencies.softreq"ssl";
+ dependencies.softreq"DBI";
for name, module in pairs(package.loaded) do
if type(module) == "table" and rawget(module, "_VERSION")
and name ~= "_G" and not name:match("%.") then