view share/lua/5.2/luarocks/require.lua @ 11268:3b2ff7458cfd

<shachaf> slwd rules of wisdom//s/should/they &/
author HackBot
date Wed, 13 Dec 2017 11:27:32 +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