From 7f6af60ed812973f4f8e3c3cd122936521241bdf Mon Sep 17 00:00:00 2001 From: Scott Walters Date: Thu, 28 Aug 2014 21:05:13 -0400 Subject: [PATCH] oops, global version search and replace ruined a comment. leave it ruined --- lib/SOAP/WSDL/XSD/Typelib/ComplexType.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/SOAP/WSDL/XSD/Typelib/ComplexType.pm b/lib/SOAP/WSDL/XSD/Typelib/ComplexType.pm index bb21347..60bfe9d 100644 --- a/lib/SOAP/WSDL/XSD/Typelib/ComplexType.pm +++ b/lib/SOAP/WSDL/XSD/Typelib/ComplexType.pm @@ -332,8 +332,7 @@ sub _factory { # do we have some content if (defined $element) { $element = [ $element ] if not ref $element eq 'ARRAY'; - # from 3.00.0_1 on $NAMES_OF is filled - use || $_; for - # backward compatibility + # use || $_; for backward compatibility my $name = $NAMES_OF{$class}->{$_} || $_; my $target_namespace = $_[0]->get_xmlns(); map {