diff options
author | Kim Alvefur <zash@zash.se> | 2019-05-03 18:14:14 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-05-03 18:14:14 +0200 |
commit | 4b5bbb89cd37271cb67c6973b3dbf33b90a3a41b (patch) | |
tree | e067033bb20670cc671bac11cddd0b3b3713a94b | |
parent | 5bf3c84d07ff55408262ab5644752f6f0e28415e (diff) | |
parent | b00d2764e71e9f85021e21f0b74790a9212bebfd (diff) | |
download | prosody-4b5bbb89cd37271cb67c6973b3dbf33b90a3a41b.tar.gz prosody-4b5bbb89cd37271cb67c6973b3dbf33b90a3a41b.zip |
Merge 0.11->trunk
-rwxr-xr-x | prosodyctl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |