Subject: | Warning "Use of uninitialized value in subroutine entry" occurs |
During my test suite for RPC-XML, I am getting a warning from XML::LibXML:
Use of uninitialized value in subroutine entry at
/Users/rjray/perl5/perlbrew/perls/perl-5.14.1/lib/site_perl/5.14.1/darwin-2level/XML/LibXML.pm
line 843.
Line 843 is just a call to _parse_string(), which appears to be an XS
function. I have checked all my calls to parse_string (the Perl wrapping
function, which is where line 843 occurs), and I am not passing in undef
at any point.
This is not a high-priority issue, as XML::LibXML still works fine. But
I lack the background in the code to be able to effectively debug this.
This occurs regularly on several platforms (both 64-bit and 32-bit)
during the test "t/21_xml_libxml.t" from my 0.75 version of RPC::XML.
Randy
--
Randy J. Ray
rjray@blackperl.com
randy.j.ray@gmail.com