view share/lua/5.2/luarocks/require.lua @ 9186:9ccffd84617f

<jeffl42> ` fakeroot dpkg -i --root=powershell powershell_6.6.0-alpha.10-1ubuntu1.16.04.1_amd64.deb
author HackBot
date Thu, 06 Oct 2016 02:07:05 +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