I'm not talking about "private modules", I'm talking about the distribution.
Btw, it seems a little odd that dumping order should be relevant to whether a module that _refers itself_ can be dumped or not. Anybody else who finds this peculiar?
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)
Previous text:
2002-11-26 16:37: Subject: Image.SSL?
If B needs A to be loaded first
dump A B dump C
will work. If a user has the private module A2 it will make the following executions
dump A A2 dump B C
which will break, since A isn't loaded in the Pike that dumps B. Or am I wrong?
/ Martin Nilsson (Hossnij)