Ältere Versionen von YAML unterstützen die Funktion Indent() nicht.
authorMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 22 Feb 2007 07:32:21 +0000 (07:32 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 22 Feb 2007 07:32:21 +0000 (07:32 +0000)
bin/mozilla/common.pl

index 1c4719a..97391b2 100644 (file)
@@ -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;