# HG changeset patch # User Kim Alvefur # Date 1556742855 -7200 # Node ID 8cd180dc18a85e98383e4655e677c7b5ec5f5eb4 # Parent 640a2b8e7806e59cafb6e4f6aa3dd876e35ea9f1 prosodyctl: Include version of LuaDBI in 'about' diff -r 640a2b8e7806 -r 8cd180dc18a8 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