Currently the old Lua 5.0 module syntax is used (deprecated module() function).
After this change latest ngx_lua modules don't complain about the usage of global variables in modules anymore.
Bumps required Lua version to 5.1 but this shouldn't be a problem.
Currently the old Lua 5.0 module syntax is used (deprecated
module()
function). After this change latest ngx_lua modules don't complain about the usage of global variables in modules anymore.Bumps required Lua version to 5.1 but this shouldn't be a problem.