Fix activate_paths when PERL_LOCAL_LIB_ROOT starts with ':'
authorOlivier Mengué <dolmen@cpan.org>
Thu, 14 Feb 2013 22:40:06 +0000 (23:40 +0100)
committerOlivier Mengué <dolmen@cpan.org>
Tue, 19 Feb 2013 21:09:57 +0000 (22:09 +0100)
commit64a79df2f57321d4f0db152032d466b5bea11c62
treebbaf2120779abaf2a46fd62e13a4f48c144a5ddd
parentbeddebc8c7db4874c5e13425f0ff0cc1b9a0b7ff
Fix activate_paths when PERL_LOCAL_LIB_ROOT starts with ':'

As 'perl -Mlocal::lib' now generates
"PERL_LOCAL_LIB_ROOT=$PERL_LOCAL_LIB_ROOT:~/perl5", the result of the
expansion by the shell may be ":~/perl5", so the first element of the
list created by splitting on ':' may be empty. So we have to ignore that
empty element.
lib/local/lib.pm