From 6bdf9c79111a34a6f54bb7edcd68ae86ca13daed Mon Sep 17 00:00:00 2001 From: benoit-germain Date: Tue, 15 Nov 2011 16:52:57 +0100 Subject: bugfix: restore ABOUT info where it belongs, in the lanes module table, instead of the global scope. --- src/lanes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lanes.lua b/src/lanes.lua index 6ba0ef3..d56e05f 100644 --- a/src/lanes.lua +++ b/src/lanes.lua @@ -82,7 +82,7 @@ local pairs= assert( pairs ) local tostring= assert( tostring ) local error= assert( error ) -ABOUT= +lanes.ABOUT= { author= "Asko Kauppi ", description= "Running multiple Lua states in parallel", -- cgit v1.2.3-55-g6feb