diff options
author | benoit-germain <bnt.germain@gmail.com> | 2011-11-15 16:52:57 +0100 |
---|---|---|
committer | benoit-germain <bnt.germain@gmail.com> | 2011-11-15 16:52:57 +0100 |
commit | 6bdf9c79111a34a6f54bb7edcd68ae86ca13daed (patch) | |
tree | 4a7ef86d0d9e67d723f9b8ae651d5abc5ccc2e40 | |
parent | 87431bcc0ece1eaf9305593223bb0c5145004044 (diff) | |
download | lanes-6bdf9c79111a34a6f54bb7edcd68ae86ca13daed.tar.gz lanes-6bdf9c79111a34a6f54bb7edcd68ae86ca13daed.tar.bz2 lanes-6bdf9c79111a34a6f54bb7edcd68ae86ca13daed.zip |
bugfix: restore ABOUT info where it belongs, in the lanes module table, instead of the global scope.
-rw-r--r-- | src/lanes.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) | |||
82 | local tostring= assert( tostring ) | 82 | local tostring= assert( tostring ) |
83 | local error= assert( error ) | 83 | local error= assert( error ) |
84 | 84 | ||
85 | ABOUT= | 85 | lanes.ABOUT= |
86 | { | 86 | { |
87 | author= "Asko Kauppi <akauppi@gmail.com>", | 87 | author= "Asko Kauppi <akauppi@gmail.com>", |
88 | description= "Running multiple Lua states in parallel", | 88 | description= "Running multiple Lua states in parallel", |