Subject: | Client should always understand <nil/> in responses |
I think in the Postel sense of being liberal, RPC::XML::Client should
*always* understand <nil/>. There's no reason it should throw an error
just because it receives <nil/>, when RPC::XML has the support to decode
it.
Of course, it should never *send* nil unless ALLOW_NIL is set.