|
First point is that you can set package.path within your Lua state, no
need to put it into each file.
Second, it should be package.path = "0:?.lua" because this variable
is a set of _patterns_ that Lua will use, substituting the module name
for ? each time.