Subject: | Dependency on RPC::XML misspecified |
The dependency is specified as RPC::XML=>0.69 but this is not what you
really want. The distribution RJRAY/RPC-XML-0.69.tar.gz contains
RPC::XML 1.44, and RPC-XML-0.67 contains RPC::XML 1.43! Surprise,
surprise. So you could specify RPC::XML => 1.44 or, because that is what
you really are using: RPC::XML::ParserFactory => 1. Or both.
Regards, and HTH