moduleapi: in module:provides(), add the name of the module in item._provided_by
[prosody.git] / prosodyctl
index 71b99f9eb54e31bc602b18d6e0285d88b30e2d84..24d28157883666f1ac84ace03d49824aa9c3469c 100755 (executable)
@@ -135,7 +135,7 @@ dependencies.log_warnings();
 -- Switch away from root and into the prosody user --
 local switched_user, current_uid;
 
-local want_pposix_version = "0.3.5";
+local want_pposix_version = "0.3.6";
 local ok, pposix = pcall(require, "util.pposix");
 
 if ok and pposix then