Subject: | Tests emmit "Use of uninitialized value in lc" warning |
When running tests with Perl 5.30.2, I can see these warnings:
$ make test
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01basic.t ....... ok
t/02block.t ....... ok
t/03leak.t ........ ok
t/04include.t ..... 1/? Use of uninitialized value in lc at /home/test/fedora/perl-Config-ApacheFormat/Config-ApacheFormat-1.2/blib/lib/Config/ApacheFormat.pm line 586, <$fh> line 2.
Use of uninitialized value in lc at /home/test/fedora/perl-Config-ApacheFormat/Config-ApacheFormat-1.2/blib/lib/Config/ApacheFormat.pm line 586, <$fh> line 2.
t/04include.t ..... ok
t/05autoload.t .... ok
t/06validate.t .... ok
t/07largeconf.t ... ok
t/08error.t ....... 1/5 Use of uninitialized value in lc at /home/test/fedora/perl-Config-ApacheFormat/Config-ApacheFormat-1.2/blib/lib/Config/ApacheFormat.pm line 586, <$fh> line 2.
t/08error.t ....... ok
t/09includedir.t .. 1/7 Use of uninitialized value in lc at /home/test/fedora/perl-Config-ApacheFormat/Config-ApacheFormat-1.2/blib/lib/Config/ApacheFormat.pm line 586, <$fh> line 2.
Use of uninitialized value in lc at /home/test/fedora/perl-Config-ApacheFormat/Config-ApacheFormat-1.2/blib/lib/Config/ApacheFormat.pm line 586, <$fh> line 4.
Use of uninitialized value in lc at /home/test/fedora/perl-Config-ApacheFormat/Config-ApacheFormat-1.2/blib/lib/Config/ApacheFormat.pm line 586, <$fh> line 4.
t/09includedir.t .. ok
t/10fixbools.t .... ok
t/11expandvars.t .. ok
t/12setenvars.t ... ok
All tests successful.
Files=12, Tests=446, 2 wallclock secs ( 0.07 usr 0.04 sys + 1.03 cusr 0.34 csys = 1.48 CPU)
Result: PASS