Hi,
I have a pp question. When I build a standalone .exe on a machine that has all the needed modules, they all get bundled correctly, and everything works. But if a needed module is not installed on the machine when pp is run to create the .exe, it seems that the module is silently omitted from the .exe. And then the .exe fails when executed, reporting the missing module at that point in time.
Is there any way to convince pp to produce an error or warning diagnostic in such cases?
This is a situation where the
use Module ();
directive is right there in the main source code, at the outer scope... there is no doubt but what it is needed.
-- Glenn -- http://nevcal.com/ =========================== The best part about procrastination is that you are never bored, because you have all kinds of things that you should be doing.
