From 2cf0b165a479c86d378e795ca5d0745a901f422f Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 22 Feb 2007 07:32:21 +0000 Subject: [PATCH] =?utf8?q?=C3=84ltere=20Versionen=20von=20YAML=20unterst?= =?utf8?q?=C3=BCtzen=20die=20Funktion=20Indent()=20nicht.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/common.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/mozilla/common.pl b/bin/mozilla/common.pl index 1c4719aaf..97391b2a9 100644 --- a/bin/mozilla/common.pl +++ b/bin/mozilla/common.pl @@ -18,7 +18,6 @@ sub save_form { $lxdebug->enter_sub(); my $yaml = new YAML; - $yaml->Indent(1); my $old_form = $yaml->dump($form); $old_form =~ s|!|!!|g; $old_form =~ s|\n|!n|g; -- 2.20.1