Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: cpan [...] ali.as
Cc:
AdminCc:

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



Subject: Line > 1000 characters breaks perl parser
PPI is a perl parser used for syntax highlighted display and code analysis and manipulation. It's main CPAN related use is in the new cpanxr project. As a catch for large datasets defined in perl files, PPI::Tokenizer will throw an error for a file if it contains a lise of code in excess of 1000 characters long. UDDI::Lite contains 3 of these. These lines should be shortened so that UDDI::Lite and the Soap-Lite package can go into perlxr and other related projects. I've attached a patch to change the three lines to something shorter and hence parsable. There is no change in functionality, the file compiles are applying the patch, so I presume it is correct. Adam K

Message body is not shown because it is too large.

Fixed in CVS as it also improves readablity. Will be in next release. Usually, I'd reject issues like this: It's not the duty of SOAP::Lite to fix other packages bugs - and the 1000 character limit definitely looks like a bug to me (think of generated code...). Regards, Martin