Fabien wrote:
It's unfortunate that the package finder function isn't exposed in Lua by the native package lib. I hope it will be donein Lua 5.2.Metalua needs it, and reimplements it. Look at function package.findfile() in http://repo.or.cz/w/metalua.git?a=blob_plain;f=src/lib/package2.lua, and
Thanks Fabien, I'll take a look at it.