Subject: | Newer XML::Parser::Lite Required but not Declared |
Date: | Wed, 29 Apr 2015 18:09:24 +0000 |
To: | bug-SOAP-Lite [...] rt.cpan.org |
From: | Aran Deltac <bluefeet [...] gmail.com> |
In RT:
https://rt.cpan.org/Public/Bug/Display.html?id=53375
This ticket explains that a bug found in SOAP::Lite was actually a bug in
XML::Parser::Lite which has since been fixed. Well, I've got the old
XML::Parser::Lite installed which has the bug, yet when I try to install
SOAP::Lite the cpan toolchain doesn't try to upgrade XML::Parser::Lite to a
working version because the version declaration is "0" (any version).
From the META.json:
"requires" : {
"IO::File" : "0",
"Test::More" : "0",
"Test::Warn" : "0",
"XML::Parser::Lite" : "0"
}
This should be changed from "0" to the minimum working version of
XML::Parser::Lite.
Aran