diff options
author | Kim Alvefur <zash@zash.se> | 2019-05-01 22:34:15 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-05-01 22:34:15 +0200 |
commit | b00d2764e71e9f85021e21f0b74790a9212bebfd (patch) | |
tree | ffa6f1df8d7848c45705bedc5329eadb118e5456 | |
parent | 4ff75d0fc9c98e1b25c4f9c72060d14b15a0dc9c (diff) | |
download | prosody-b00d2764e71e9f85021e21f0b74790a9212bebfd.tar.gz prosody-b00d2764e71e9f85021e21f0b74790a9212bebfd.zip |
prosodyctl: Include version of LuaDBI in 'about'
-rwxr-xr-x | prosodyctl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |