Hi Thomas I've found a mistype in the first line of `registerModule': function registerModule(m) -- based on Roberto's code in etc/strict.lua if g.type(m)!="table" then return end ^ It should be `~' Tomás