Skip Menu |

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

Report information
The Basics
Id: 90382
Status: new
Priority: 0/
Queue: SOAP-Lite

People
Owner: Nobody in particular
Requestors: mach [...] ders.cz
Cc:
AdminCc:

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



Subject: is_xml bug
Date: Fri, 15 Nov 2013 09:09:15 +0100
To: bug-SOAP-Lite [...] rt.cpan.org
From: Jan Mach <mach [...] ders.cz>
hi, there is minor change in Lite.pm, function is_xml - added m switch: sub is_xml { # Added check for envelope delivery. Fairly standard with MMDF and sendmail # Thanks to Chris Davies <Chris.Davies@ManheimEurope.com> # $_[1] =~ /^\s*</ || $_[1] !~ /^(?:[\w-]+:|From )/; $_[1] =~ /^\s*</s || $_[1] !~ /^(?:[\w-]+:|From )/m; } Regards, Jan