Package: libxml-sax-writer-perl
Version: 0.44-8

In debian/patches/consumer_newline.dpatch:

-sub finalize { return 0 }
+sub finalize {
+    my $fh = ${$_[0]};
+    print $fh, "\n";
+    return 0
+}

Note the comma after $fh, it should be removed.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to