prosodyctl
branch0.11
changeset 9995 8cd180dc18a8
parent 9860 4be2af104bf0
child 9996 9d6baacdd8e6
child 10261 26afb1a6d086
--- a/prosodyctl	Wed Apr 24 16:16:19 2019 +0200
+++ b/prosodyctl	Wed May 01 22:34:15 2019 +0200
@@ -395,6 +395,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