view share/lua/5.2/luarocks/require.lua @ 6707:2dd82f6f2ed9

<zgrep> ` echo \'if not o.path.isfile(a):print u.check_output(["?",a]),;exit()\' >> bin/tomfoolery
author HackBot
date Wed, 10 Feb 2016 02:56:49 +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