Subject: | Documentation error for use_prefix() |
(I emailed this to Bynre/Paul before, but had no response, so raising it
here for easy tracking).
A quick heads-up to a typo in the SOAP::Lite POD documentation for the
use_prefix() method:
When use_prefix is set to 'true', serialized XML will look like this:
<snipped example XML (example with use_prefix off)>
When use_prefix is set to 'true', serialized XML will look like this:
<snipped example XML (example with use_prefix on)>
Obviously the first one should read "When use_prefix is set to
*false*" not true.
I can produce a patch if required, but for changing one word of the
documentation that might be a bit OTT :)