]> git.sesse.net Git - xml-template/commitdiff
Fix more silly errors.
authorsgunderson@bigfoot.com <>
Wed, 6 Sep 2006 13:55:12 +0000 (15:55 +0200)
committersgunderson@bigfoot.com <>
Wed, 6 Sep 2006 13:55:12 +0000 (15:55 +0200)
tests/xml-diff.pl

index ad1a2c7cce2eb6edfe9f4f275edf888c4295cff3..5a59dd2738e748a4ffea7c9d978c9833c98606e0 100644 (file)
@@ -85,7 +85,7 @@ sub process_namespaces {
 }
 
 sub compare_attr_list {
-       my ($attrs1, $attrs2, $nsup1, $nsup2);
+       my ($attrs1, $attrs2, $nsup1, $nsup2) = @_;
 
        for my $attr1 ($attrs1->getValues) {
                my $name = $attr->getName;