Hal Morris wrote: > > 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' > > main calls function f() in A.pm, which calls function g() in B.pm, which > is treated as an undefined method. Could you provide a minimal test file to reproduce this ? You didn't specify how functions were exported / imported.Thread Previous | Thread Next