Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Module:function_exported/2 always return false if the module is not loaded yet.
The patch replaces it with erlang:module_info/1 so that the module gets loaded if it is not loaded yet.