view share/lua/5.2/luarocks/require.lua @ 4799:c929c11c7ea2

<oerjan> sed -i \'s/\xc2\xb0/\xc2\xb0\xe2\x80\x8b/\' wisdom/\'misspellings of croissant\'
author HackBot
date Wed, 10 Sep 2014 12:05:08 +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