Skip Menu |

This queue is for tickets about the SOAP-Lite CPAN distribution.

Report information
The Basics
Id: 104101
Status: resolved
Priority: 0/
Queue: SOAP-Lite

People
Owner: Nobody in particular
Requestors: bluefeet [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
For the record, I've raised a PR for this at https://github.com/redhotpenguin/soaplite/pull/26
Thanks, 1.20 to CPAN with this change!