Bug 449930
| Summary: | Upgrade to upstream 0.710.05 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ludek Smid <lsmid> |
| Component: | perl-SOAP-Lite | Assignee: | Mike McGrath <mmcgrath> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 9 | CC: | eteo, perl-devel |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 0.710.07-1.fc9 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-06-29 22:01:37 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Ugh, this figures. make test is failing horribly in multiple different ways. Looking further. Contacting upstream... why is nothing simple? Thanks Mike. I am experiencing exactly the same make test problem last night.. Ok, built without make test. Known issue (actually documented in the readme) I opened a ticket with upstream hoping they will fix it soon. http://koji.fedoraproject.org/koji/buildinfo?buildID=53721 Give it a test if you have a moment and I'll push it. Awesome. Thanks Mike. I have upgraded perl-SOAP-Lite. I tried running the perl script I had problems with, and it worked now. perl-SOAP-Lite-0.710.07-1.fc8 has been submitted as an update for Fedora 8 perl-SOAP-Lite-0.710.07-1.fc9 has been submitted as an update for Fedora 9 perl-SOAP-Lite-0.710.07-1.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report. perl-SOAP-Lite-0.710.07-1.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: Current version does not work for XMLRPC calls. Not sure about SOAP. Version-Release number of selected component (if applicable): perl-SOAP-Lite-0.68-6.fc9.noarch How reproducible: Always Steps to Reproduce: use XMLRPC::Lite; my $rpc = new XMLRPC::Lite( $database_url ); my $call = $rpc->call('bugzilla.runQuery', $querydata); Actual results: Can't use string as an ARRAY ref while "strict refs" in use at re_eval <snipped long dump of XML data> at <top level script name> Expected results: Result of the call. Additional info: Upgrading to upstream 0.710.05 from CPAN fixed the problem.