Skip Menu |

This queue is for tickets about the local-lib CPAN distribution.

Report information
The Basics
Id: 79593
Status: resolved
Priority: 0/
Queue: local-lib

People
Owner: Nobody in particular
Requestors: triddle [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 1.008004
Fixed in: 1.008008



local::lib will emit a warning if there is no contents in the PERL5LIB env variable. The trivial fix is to update line 456 of local/lib.pm to return the env variable string or an empty string: my @new_perl5lib = split /\Q$Config{path_sep}/, $ENV{PERL5LIB} || ''; There is no impacted functionality but that change does squelch the warning that would show up when I open my terminal. Cheers! Tyler
Has been fixed since 1.008008