Refactor environment values building
authorOlivier Mengué <dolmen@cpan.org>
Sun, 1 May 2011 00:02:28 +0000 (02:02 +0200)
committerOlivier Mengué <dolmen@cpan.org>
Tue, 19 Feb 2013 21:05:12 +0000 (22:05 +0100)
commit1bf7d892b23b26535ae99659d894d63f8cd00cb9
tree2ba8b97ce6355a5f0d057cbd9ade366ff7681bc6
parent92869c30e0dc7951bc3f6b79214891efca771e6d
Refactor environment values building

Introduce sub _env_list_value() to put all join($Config{path_sep}) and
existing value preservation in a single place.
Use that function everywhere: the code for the value for each environment
variable is now clearer.
All tests pass.
lib/local/lib.pm