Am Fri, 28 Jan 2011 00:21:53 +0100 schrieb Philipp Stephani: >> Most importantly, module() is deprecated, so packages should sooner or later >> do without. > > What is the preferred way to implement modules then?
I found a message which says: "- module and luaL_register deprecated, replaced by luaL_newlib and luaL_setfuncs." A discussion why module() is critizised is here: http://lua-users.org/wiki/LuaModuleFunctionCritiqued -- Ulrike Fischer
