oops, global version search and replace ruined a comment. leave it ruined

This commit is contained in:
Scott Walters
2014-08-28 21:05:13 -04:00
parent 37740b870a
commit 7f6af60ed8

View File

@@ -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 {