Sat, 01 Nov 2014 23:34:21 +0000
Lua 5.2 compatibility hack
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/compat_env.lua Sat Nov 01 23:34:21 2014 +0000 @@ -0,0 +1,144 @@ +--[[ + compat_env - see README for details. + (c) 2012 David Manura. Licensed under Lua 5.1/5.2 terms (MIT license). +--]] + +local M = {_TYPE='module', _NAME='compat_env', _VERSION='0.2.2.20120406'}