in reply to Re: repeated use of module and EXPORT
in thread repeated use of module and EXPORT
yeah, that was a try at fixing it... I tried switching the use to a require and import, but that didn't work... the original test had just the use.
I actually went a bit further, and defined my own import in Z and put some output in it, and found that it wasn't even being called when L uses Z. So then I had tried using require and calling import... no luck there either...