diff options
Diffstat (limited to 'src/luarocks/install.lua')
-rw-r--r-- | src/luarocks/install.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/luarocks/install.lua b/src/luarocks/install.lua index e3ab6fac..f78c6a0d 100644 --- a/src/luarocks/install.lua +++ b/src/luarocks/install.lua | |||
@@ -1,6 +1,5 @@ | |||
1 | --- Module implementing the LuaRocks "install" command. | 1 | --- Module implementing the LuaRocks "install" command. |
2 | -- Installs binary rocks. | 2 | -- Installs binary rocks. |
3 | --module("luarocks.install", package.seeall) | ||
4 | local install = {} | 3 | local install = {} |
5 | package.loaded["luarocks.install"] = install | 4 | package.loaded["luarocks.install"] = install |
6 | 5 | ||