# HG changeset patch # User Kim Alvefur # Date 1431979452 -7200 # Node ID 76683a3f3d75dc04173f21cbf1bb38e817d9be1a # Parent d062314446f6cb829dacb1c231c1fcb67863a7fe prosodyctl: Soft-require LuaSec and LuaEvent so they show up in the module version listing diff -r d062314446f6 -r 76683a3f3d75 prosodyctl --- a/prosodyctl Mon May 18 21:48:58 2015 +0200 +++ b/prosodyctl Mon May 18 22:04:12 2015 +0200 @@ -578,6 +578,8 @@ print(""); print("# Lua module versions"); local module_versions, longest_name = {}, 8; + local luaevent =dependencies.softreq"luaevent"; + local ssl = dependencies.softreq"ssl"; for name, module in pairs(package.loaded) do if type(module) == "table" and rawget(module, "_VERSION") and name ~= "_G" and not name:match("%.") then