in reply to How to export a package sitting lower in a module?
You try to export things from pack_A by adding them to @pack_A::EXPORT. But some of these things do not live in pack_A. You will have to export things from their respective packages. In your case, that would be pack_B for third and fourth.
|
|---|
| 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 14:33 UTC | |
by Corion (Patriarch) on Apr 22, 2013 at 14:37 UTC | |
by HelenCr (Monk) on Apr 22, 2013 at 14:53 UTC | |
by Corion (Patriarch) on Apr 22, 2013 at 14:56 UTC |