view share/lua/5.2/luarocks/require.lua @ 5639:230eb1297ba9

<oerjan> learn A character is just a homomorphism to the group of complex numbers of modulus 1.
author HackBot
date Sat, 20 Jun 2015 20:15:15 +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