git-svn-id: http://dev.catalyst.perl.org/repos/bast/local-lib/1.000/trunk@7823
bd8105ee-0ff8-0310-8827-fb3f25b6796d
Revision history for local::lib
+ - Fix warning if your $ENV{PERL5LIB} is undef
+
1.004008 2009-10-13
- Clarify re-reading the shell config file after writing to it.
DEATH
# Remember what PERL5LIB was when we started
- my $perl5lib = $ENV{PERL5LIB};
+ my $perl5lib = $ENV{PERL5LIB} || '';
my %arg_store;
for my $arg (@args) {