view share/lua/5.2/luarocks/require.lua @ 11662:a5a4dfa2d77a draft

<oerjan> addquote <Ana-> Excuse me, I entered the channel without knowing what it was. I just wanted to talk to people <Ana-> \xf0\x9f\x98\xa5 <Phantom_Hoover> idk if you\'re likely to have much luck there <Phantom_Hoover> this channel is mostly full of computer programmers, not people
author HackEso <hackeso@esolangs.org>
date Wed, 05 Dec 2018 19:30:16 +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