Line -11 to -2 of the code you posted.
...which replaces the definition found in SOAP/Lite.pm
Update: Added second line.
| [reply] |
...which replaces the definition found in SOAP/Lite.pm
Hrm, your statement seems to assume an order of execution other than that manifested by the posted code (either that or SOAP::Lite defines its version of SOAP::Deserializer::typecast() in some weird way (which doesn't appear to be the case).
So that would seem to be a bug in the posted code as well (which makes me wonder if I'm missing something, but if so I still don't see it).
| [reply] |
soap::Lite is very hard to understand and it seem to incoporate lot of other classes under it.
In my limited module reading, I still do not see where SOAP::Deserializer::typecast is being defined. Since I cannot find them in cpan.org, I might as well wrote the sub as,
sub anything::typecast {
}
?? or does keyword typecast(other than actually doing the typecasting which I don't know why perl would need it in general case) mean something else for general module? | [reply] [d/l] |