http://qs1969.pair.com?node_id=191985


in reply to Re: Re: Modules included more than once
in thread Modules included more than once

the problem is not in circular includes. circular includes are just fine. I suspect the problem is in:
package OBJECT_SERVICES; use SUPPORT; use SUPPORT qw( %typeConvert %enumeratedTypes);
why do you use SUPPORT twice? the second use should be enough.

cheers,
Aldo

King of Laziness, Wizard of Impatience, Lord of Hubris