Package: librpc-xml-perl
Version: 0.57-1

An RPC::XML::string containing the '0' string returns an empty string in
the XML snippet.

my $t=RPC::XML::string->new('0');
print $t->value;     # prints: 0 (this is correct)
print $t->as_string; # prints: <string></string>
                     # should be: <string>0</string>



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Reply via email to