Software /
code /
prosody
Changeset
9992:9d6baacdd8e6
Merge 0.11->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 03 May 2019 18:14:14 +0200 |
parents | 9990:f122972b77b2 (current diff) 9991:8cd180dc18a8 (diff) |
children | 9993:02a41315d275 |
files | prosodyctl |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/prosodyctl Fri May 03 04:10:31 2019 -0700 +++ b/prosodyctl Fri May 03 18:14:14 2019 +0200 @@ -402,6 +402,7 @@ 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