Diff

prosodyctl @ 9992:9d6baacdd8e6

Merge 0.11->trunk
author Kim Alvefur <zash@zash.se>
date Fri, 03 May 2019 18:14:14 +0200
parent 9857:3af3a702c54c
parent 9991:8cd180dc18a8
child 10064:1acfd25cd507
child 10122:95814c597836
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