From ba6f01061a4f1643c9683238227af9196857537e Mon Sep 17 00:00:00 2001 From: fbriere Date: Fri, 17 Feb 2006 03:27:52 +0000 Subject: [PATCH] Work around bug #17687 --- InternetSecure.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/InternetSecure.pm b/InternetSecure.pm index dec9ee9..f4e68da 100755 --- a/InternetSecure.pm +++ b/InternetSecure.pm @@ -239,6 +239,8 @@ sub parse_response { my ($self, $response) = @_; $self->server_response($response); + + local $/ = "\n"; # Make sure to avoid bug #17687 $response = xml_in($response, ForceArray => [qw(product flag)], -- 2.11.0