in reply to inconsistent module access
use IO::All ();
or using require instead of use.
Another way to skip the import is to redefine it:
sub IO::All::import {} use IO::All;
Without seeing the actual code, I'm not sure I can help you more.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: inconsistent module access
by geoffleach (Scribe) on Jun 25, 2022 at 04:17 UTC | |
by haukex (Archbishop) on Jun 25, 2022 at 06:28 UTC | |
by LanX (Saint) on Jun 25, 2022 at 10:18 UTC | |
Re^2: inconsistent module access
by geoffleach (Scribe) on Jun 25, 2022 at 03:28 UTC | |
by marto (Cardinal) on Jun 28, 2022 at 09:06 UTC | |
by Aldebaran (Curate) on Jun 28, 2022 at 07:20 UTC | |
by hippo (Archbishop) on Jun 28, 2022 at 09:01 UTC |