Show error when no MD5 lib available

This commit is contained in:
Matthew Wild 2008-10-24 14:46:22 +01:00
parent 652190787c
commit a8c4e8eb51

View file

@ -1,5 +1,6 @@
local softreq = function (...) return select(2, pcall(require, ...)); end
local error = error;
module "hashes"