Subject: | Warning emitted by TAP::Parser::SourceHandler::Perl |
This is the warning message:
Use of uninitialized value in split at C:/Perl/strawberry-5.18.0.1/perl/lib/TAP/Parser/SourceHandler/Perl.pm line 170.
The warning occurs in `_mangle_switches` method. The uninitialized value is $ENV{PERL5LIB} because I do not have the PERL5LIB environment variable set.