On Mon, 30 Jul 2001, Dan Sugalski wrote:

> When you actually use a module, the simple name (like IO) will be
> internally expanded out to the three value thing. So if you have two
> modules that each use a different version of the same module, they won't
> interact because each will be dealing with a separate thing.

How will this work with XS modules that load external libraries?  Won't
trying to load two versions of mysql.so cause symbol collision?

-sam



Reply via email to