Hi. I have a module (mod_xml2) that exports several functions and another one (mod_i18n) that uses them. So by now mod_xml2 has to be loaded first. This is of course not desirable and I want to get rid of it. Are there any other possibilities than to make all exported functions optional?
Sincerely, Joachim
