prosodyctl: Include version of LuaDBI in 'about' 0.11
authorKim Alvefur <zash@zash.se>
Wed, 01 May 2019 22:34:15 +0200
branch0.11
changeset 9995 8cd180dc18a8
parent 9977 640a2b8e7806
child 9996 9d6baacdd8e6
child 9998 524b8cd76780
prosodyctl: Include version of LuaDBI in 'about'
prosodyctl
--- 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