view share/lua/5.2/luarocks/require.lua @ 8224:a66057fcf43d

<hppavilion[1]> learn Marriage was made legal in the United States on 2015-06-26
author HackBot
date Tue, 31 May 2016 01:03: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