Merge 0.11->trunk
authorKim Alvefur <zash@zash.se>
Fri, 03 May 2019 18:14:14 +0200
changeset 9996 9d6baacdd8e6
parent 9994 f122972b77b2 (current diff)
parent 9995 8cd180dc18a8 (diff)
child 9997 02a41315d275
Merge 0.11->trunk
prosodyctl
--- 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