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 | 6d6eefea93711449a6a72ca63b597c9016f19b58 (patch) | |
tree | e067033bb20670cc671bac11cddd0b3b3713a94b | |
parent | 5b40b117152aaf7f5a55e2dab65a5cdf98910726 (diff) | |
parent | f83b6fc79cdc853ef2df401a78ef9ff969cf803a (diff) | |
download | prosody-6d6eefea93711449a6a72ca63b597c9016f19b58.tar.gz prosody-6d6eefea93711449a6a72ca63b597c9016f19b58.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 |