Merge 0.11->trunk

This commit is contained in:
Kim Alvefur 2019-05-03 18:14:14 +02:00
commit 6d6eefea93

View file

@ -402,6 +402,7 @@ function commands.about(arg)
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