Hi Damon,
Damon Atkins wrote:
> # New Ticket Created by Damon Atkins > # Please include the string: [perl #72892]> # in the subject line of all future correspondence about this issue. > # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=72892 >> > > Perl should support PERLmmnnLIB e.g. PERL0510LIB> PERL5LIB does not cut it, as different versions of Perl 5 on the same > system are not compatible. PERL5LIB needs to be set or unset to use > other versions of perl5> > If PERLmmnnLIB is set PERL5LIB & PERLLIB should be ignored> > There should also be a perl flag to ignore PERL5LIB etc e.g. perl -I-I'm sorry, but I'd vote against this proposal. It's equally possible to
have two incompatible installations of Perl (like 64-bit vs. 32-bit or
threaded vs. unthreaded) that carry the same version number.
What you are proposing *should* be solved by the layout of the
directories within the top directory that PERL5LIB points to.
Best regards,
Steffen