lua-template
lua-template copied to clipboard
Mark luarocks rock as only compatible with lua 5.1
The code uses setfenv, which no longer exists after 5.1
I could try to write a patch that makes the code compatible with lua>5.1 if you're fine with that idea.