Skip Menu |

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

Report information
The Basics
Id: 73769
Status: open
Priority: 0/
Queue: SOAP-WSDL

People
Owner: Nobody in particular
Requestors: john.poole [...] oracle.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 2.00.99_3
Fixed in: (no value)



Subject: wsdl2perl.pl -- typo halts execution
I used ActiveState's PPM for x64 perl to load SOAP-WSDL, but noticed that Template.pm was not installed. So I downloaded today from CPAN SOAP-WSDL-2.00.99_3 and built the package. I have Windows7 64 and used Visual Studio Express. When I went to run wsdl2perl.pl (the file appears to be timestamped at the time I built 2.00.99_3 over Activestate's install), I got: Can't modify constant item in scalar assignment at C:\Perl64\site\bin\wsdl2perl. pl line 27, near "1," BEGIN not safe after errors--compilation aborted at C:\Perl64\site\bin\wsdl2perl .pl line 31. I modified line 27 of wsdl2perl.pl as follows: from: xmltypes = 1, to: xmltypes => 1, Conclusion: a missing ">" character in the hash definition. Thereafter, I ran wsdl2perl.pl and it executed successfully.
Hello, I'm trying to help with maint on this module. I'm not set up to easily test on Windows. Can you tell me if this is still a problem, and give an updated error message if so? I've just uploaded a developer release to http://search.cpan.org/~swalters/ (it doesn't show up in the public index). Thanks!
This seems to be no longer an issue and should be closed. There isn't even "xmltypes" in the script any more. I also ran the script on Windows, and it executed fine. -- Cheers, ZZ [ https://metacpan.org/author/ZOFFIX ]