From 1b3dc909e39664cb33e743d8f3a285edffa41618 Mon Sep 17 00:00:00 2001 From: levinse Date: Mon, 6 Dec 2010 03:55:16 +0000 Subject: [PATCH] misc qualifications bug fix --- lib/Net/Ikano.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Net/Ikano.pm b/lib/Net/Ikano.pm index 879e8ee..40eb7d8 100644 --- a/lib/Net/Ikano.pm +++ b/lib/Net/Ikano.pm @@ -334,7 +334,7 @@ sub AUTOLOAD { my $respxml = $resp->decoded_content; $xs = new Net::Ikano::XMLUtil(RootName => undef, SuppressEmpty => '', - ForceArray => [ 'Address', 'Product', 'StaticIp', 'OrderNotes' ] ); + ForceArray => [ 'Address', 'Network', 'Product', 'StaticIp', 'OrderNotes' ] ); my $resphash = $xs->XMLin($respxml); warn "DEBUG RESPONSE\n\tHASH:\n ".Dumper($resphash)."\n\tXML:\n $respxml" -- 2.11.0