in reply to How to export a package sitting lower in a module?
The better way (IMHO) to do this is to actually respect the package system intent and put pack_B in a different file, and don't surprise your maintainers.
#11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to export a package sitting lower in a module?
by HelenCr (Monk) on Apr 22, 2013 at 15:26 UTC | |
by kennethk (Abbot) on Apr 22, 2013 at 15:38 UTC | |
by HelenCr (Monk) on Apr 22, 2013 at 20:00 UTC |