in reply to setHandlers for XML::SemanticDiff
For the future, here are 2 hints:
Post the error messages with your question.
Read the error messages and try to understand them first.
In theis case, the message Can't locate object method "setHandlers" via package "XML::SemanticDiff" is clearly telling you that the setHandlers method does not exisin inXML::SemanticDiff or anything it inherits from.
|
|---|