view share/lua/5.2/luarocks/require.lua @ 3244:de1e347cb9a0

<oerjan> addquote <elliott> you know, when people talk about emacs being an OS I doubt what they had in mind was that it needed a package manager
author HackBot
date Fri, 28 Jun 2013 00:24:23 +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