Subject: | [patch] fix warning in TAP::Parser::SourceHandler::Perl |
Hello,
After upgrading TAP::Harness to version 3.28, I got the following warning:
Use of uninitialized value in split at /usr/local/share/perl/5.14.2/TAP/Parser/SourceHandler/Perl.pm line 170.
Unsurprising, given PERL5LIB and PERL5OPT are not defined in my environment. Changing line 170 to
my @perl5lib = split /$Config{path_sep}/, $ENV{PERL5LIB} || "";
fixes the warning.
--
Close the world, txEn eht nepO.