view share/lua/5.2/luarocks/require.lua @ 12247:31417d39b4f5 draft

<b_jonas> addwhatis t(1hackeso) - run a command with the working directory set to /hackenv
author HackEso <hackeso@esolangs.org>
date Thu, 05 Dec 2019 23:48:53 +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