> I'll post back once I've found out whether the problem is going to be
> fixed in the perl source, or has to be fixed from within the PDL source.
Robert May pointed out to me that the mechanism to take care of this problem
already exists.
$PDL::SHARE will be marked as multiply defined if we:
sv_setiv(perl_get_sv("PDL::SHARE",TRUE|GV_ADDMULTI), PTR2IV(&PDL));
GV_ADDMULTI is documented in perlguts (going back to at least 5.6.1). I'll
test that change out (just to be sure) and, all being well, commit it
tonight.
Cheers,
Rob
_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl