Software /
code /
prosody
Diff
prosodyctl @ 9991:8cd180dc18a8 0.11
prosodyctl: Include version of LuaDBI in 'about'
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 01 May 2019 22:34:15 +0200 |
parent | 9856:4be2af104bf0 |
child | 9992:9d6baacdd8e6 |
child | 10257:26afb1a6d086 |
line wrap: on
line diff
--- 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