diff options
author | hisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c> | 2009-10-04 01:46:49 +0000 |
---|---|---|
committer | hisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c> | 2009-10-04 01:46:49 +0000 |
commit | f042f6cd3d4587d1c5339f73706d78a714c95030 (patch) | |
tree | 31228141fc5d067630e6bcec4687a2f8bce0562f /src | |
parent | 18c11f9280e2e92ae842e6f19a83072b07910751 (diff) | |
download | luarocks-f042f6cd3d4587d1c5339f73706d78a714c95030.tar.gz luarocks-f042f6cd3d4587d1c5339f73706d78a714c95030.tar.bz2 luarocks-f042f6cd3d4587d1c5339f73706d78a714c95030.zip |
rename module to luarocks.loader
git-svn-id: http://luarocks.org/svn/luarocks/trunk@55 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
Diffstat (limited to 'src')
-rw-r--r-- | src/luarocks/loader.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/loader.lua b/src/luarocks/loader.lua index 4059755b..f7fe231f 100644 --- a/src/luarocks/loader.lua +++ b/src/luarocks/loader.lua | |||
@@ -7,7 +7,7 @@ local plain_package_cpath = package.cpath | |||
7 | local package, require, assert, ipairs, pairs, os, print, table, type, next, unpack = | 7 | local package, require, assert, ipairs, pairs, os, print, table, type, next, unpack = |
8 | package, require, assert, ipairs, pairs, os, print, table, type, next, unpack | 8 | package, require, assert, ipairs, pairs, os, print, table, type, next, unpack |
9 | 9 | ||
10 | module("luarocks") | 10 | module("luarocks.loader") |
11 | 11 | ||
12 | local path = require("luarocks.path") | 12 | local path = require("luarocks.path") |
13 | local manif_core = require("luarocks.manif_core") | 13 | local manif_core = require("luarocks.manif_core") |