Hal Morris <hal@panix.com> writes: >I'm running on Redhat Linux version 9.0. > >I'm having a rash of previously working code breaking when module exported >symbols no longer get imported to another module that 'uses' them. > >The situation looks like: > >main perl file: > >... >use A; >use B; > >A contains 'use B' Does B contain 'use A' ? It is a problem to 'use' something which is in the process of being use-d. So for mutual-using someone looses. It shouldn't be a problem to use something that has already been completely use-d. But AFAIK we haven't changed this.Thread Previous | Thread Next