Subject: | new warning in 5.11 on lc(undef) breaks testsuite |
With bleadperl's patch 33088 lc(undef) started to issue a warning when
warnings are on. This breaks your test suite which apparently relies on
lc(undef) work silently.
PERL_DL_NONLAZY=1
/home/src/perl/repoperls/installed-perls/perl/pyNdNAp/perl-5.10.0@33154/bin/perl
"-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib',
'blib/arch')" t/*.t
t/01_main...........
# Failed test '(no warnings)'
# at t/01_main.t line 30.
# Use of uninitialized value $outputEncoding in lc at
/home/sand/.cpan/build/XML-Writer-0.603-AAZYwk/blib/lib/XML/Writer.pm
line 63.
[...etc...]