Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I am fairly certain that the above won't work because of namespace issues. Is there a module import forwarder? (oh and what should one call such a thing?) I could just copy the file, but that means patches have to get applied in two places... Any help is appreciated!myLib.pm: use <long_path_to_real_location/myLib.pm>;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Module forwarding
by Corion (Patriarch) on Feb 06, 2012 at 14:58 UTC | |
by Anonymous Monk on Feb 06, 2012 at 15:43 UTC | |
by afoken (Chancellor) on Feb 06, 2012 at 16:21 UTC | |
by Anonymous Monk on Feb 06, 2012 at 16:37 UTC | |
by Anonymous Monk on Feb 06, 2012 at 16:55 UTC | |
by Corion (Patriarch) on Feb 06, 2012 at 17:18 UTC | |
|
Re: Module forwarding
by MidLifeXis (Monsignor) on Feb 06, 2012 at 15:24 UTC | |
|
Re: Module forwarding
by InfiniteSilence (Curate) on Feb 06, 2012 at 15:29 UTC |