Skip Menu |

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

Report information
The Basics
Id: 29181
Status: resolved
Priority: 0/
Queue: SOAP-WSDL

People
Owner: Nobody in particular
Requestors: alankila [...] elma.fi
Cc:
AdminCc:

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



Subject: Inconsistent newlines in SOAP::WSDL
We are currently importing new versions of SOAP::WSDL into our SVN repositories. SVN complains that the newlines at end of files are inconsistent. It appears that files are in mixed modes, sometimes the newline is just \x0a, sometimes it's \x0d\x0a. I think one should go for either MS-DOS newlines or Unix newlines; this mixture needs to go. A probable way to fix the problem is to run something like, perl -pi -e 's/\r//' *.pm */*.pm */*/*.pm */*/*/*.pm until the directories run out, and do the same for the .pod files.
Hi Antti, yup you're right here. I'll probabbly add something to the Build dist stage to have those newlines corrected when wrapping things up for CPAN. However, I don't think this one is critical, so I'll just file it on sourceforge and leave it up for later. Regards, MArtin
Hi Antti, should be fixed in 2.00_13 which is currently on it's way to CPAN and should appear in the following few hours. Regards, Martin