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
- Modules, Versioning, and Beyond Bryan C . Warnock
- Re: Modules, Versioning, and Beyond John Siracusa
- RE: Modules, Versioning, and Beyond NeonEdge
- Modules, Versioning, and Beyond Hildo . Biersma
- Re: Modules, Versioning, and Beyond Dan Sugalski
- Re: Modules, Versioning, and Beyond Bryan C . Warnock
- Re: Modules, Versioning, and Beyond Sam Tregar
- Re: Modules, Versioning, and Beyond Dan Sugalski
- Re: Modules, Versioning, and Beyond Bart Lateur
- Re: Modules, Versioning, and Beyond Bart Lateur
- Re: Modules, Versioning, and Beyond Dave Mitchell
- Re: Modules, Versioning, and Beyond Dan Sugalski