view share/lua/5.2/luarocks/require.lua @ 9682:6e6be171ddb6

<boily> le/rn OASYS/You are next to an oasis, with high dunes of sand surrounding it. You are likely to be eaten by a camel.
author HackBot
date Sun, 13 Nov 2016 22:07:27 +0000
parents d137f631bad5
children
line wrap: on
line source

--- Retained for compatibility reasons only. Use luarocks.loader instead.
local require, pairs = require, pairs
module("luarocks.require")
for k,v in pairs(require("luarocks.loader")) do
   _M[k] = v
end