From a7b15deeb326dc689e3a1593e4395163d78b3d6e Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 22 Feb 2007 12:15:55 +0000 Subject: [PATCH] =?utf8?q?API-=C3=84nderungen=20im=20YAML-Modul.=20Diese?= =?utf8?q?=20Version=20ist=20sowohl=20mit=20=C3=A4lteren=20Versionen=20(z.?= =?utf8?q?B.=200.39)=20und=20aktuellen=20(getestet=20mit=200.62)=20kopatib?= =?utf8?q?el.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/common.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/mozilla/common.pl b/bin/mozilla/common.pl index 97391b2a9..ff5cc7537 100644 --- a/bin/mozilla/common.pl +++ b/bin/mozilla/common.pl @@ -17,8 +17,7 @@ use SL::Common; sub save_form { $lxdebug->enter_sub(); - my $yaml = new YAML; - my $old_form = $yaml->dump($form); + my $old_form = YAML::Dump($form); $old_form =~ s|!|!!|g; $old_form =~ s|\n|!n|g; $old_form =~ s|\r|!r|g; -- 2.20.1