From: Bill Moseley
Sent: Tuesday, September 30, 2014 10:39 PM
Is there potential for symbols to "clash" in this situation?
No.
It should not be possible for the set up you described to result in a
"clash" of XS symbols, no matter how hard you try. The XS symbols are
private to both modules - it doesn't matter if identical symbols exist.
IIUC, you'd have to have one module's .so also load the other module's .so
(which, I think, can be achieved using ExtUtils::Depends in the build
process) in order to stand a chance of creating a clash.
Cheers,
Rob