view share/lua/5.2/luarocks/require.lua @ 12486:4c03e551737e draft

<int-e> learn The password of the month is suboptimal
author HackEso <hackeso@esolangs.org>
date Mon, 04 Sep 2023 14:40:55 +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