in reply to Containing 'use lib' statements in modules to their own namespace
Is there some way to restrict the scope of the use lib statements to the namespace of the module in which they were used?
Not really
if you have modules you want to override, load them before you load the others, if they use use, they won't be loaded twice
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Containing 'use lib' statements in modules to their own namespace
by Anonymous Monk on Oct 19, 2015 at 07:45 UTC | |
|
Re^2: Containing 'use lib' statements in modules to their own namespace
by lgp171188 (Initiate) on Oct 19, 2015 at 07:51 UTC |