aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2019-05-01 22:34:15 +0200
committerKim Alvefur <zash@zash.se>2019-05-01 22:34:15 +0200
commitf83b6fc79cdc853ef2df401a78ef9ff969cf803a (patch)
treeffa6f1df8d7848c45705bedc5329eadb118e5456 /prosodyctl
parentc42a786ec79fcfe936a3dccde9d0cdf70d6255b0 (diff)
downloadprosody-f83b6fc79cdc853ef2df401a78ef9ff969cf803a.tar.gz
prosody-f83b6fc79cdc853ef2df401a78ef9ff969cf803a.zip
prosodyctl: Include version of LuaDBI in 'about'
Diffstat (limited to 'prosodyctl')
-rwxr-xr-xprosodyctl1
1 files changed, 1 insertions, 0 deletions
diff --git a/prosodyctl b/prosodyctl
index b1c6fffd..e580446b 100755
--- a/prosodyctl
+++ b/prosodyctl
@@ -395,6 +395,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