Do not put arch dir in $PERL5LIB (RT#67871)
authorOlivier Mengué <dolmen@cpan.org>
Sun, 17 Feb 2013 22:15:38 +0000 (23:15 +0100)
committerOlivier Mengué <dolmen@cpan.org>
Tue, 19 Feb 2013 22:30:57 +0000 (23:30 +0100)
commitcdd450c566dcfefb6ee4f0cc3c6255e0c289f854
treec2e758898807da137c2641064a0ca0f5cd5b0ec6
parentc1ed5f4bf162501712d308bde66c8cb1d162ddc2
Do not put arch dir in $PERL5LIB (RT#67871)

Since perl 5.8.1, perl automatically adds $dir/$Config{archname} for
each directory in PERL5LIB, so we don't have to explicitely put those
directories.
Work originally partially done in May 2011. Thanks to Matt S. Trout for
diagnosing a bug.
lib/local/lib.pm