From d467f40de696218e7cde1b78704c32443fa5b986 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 14 Jun 2007 08:31:40 +0000 Subject: [PATCH] =?utf8?q?'use=20strict'=20f=C3=BChrt=20bei=20der=20Ausf?= =?utf8?q?=C3=BChrung=20zu=20Fehlern=20wie=20"Can't=20use=20an=20undefined?= =?utf8?q?=20value=20as=20an=20ARRAY=20reference".?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/ar.pl | 2 +- bin/mozilla/ic.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/mozilla/ar.pl b/bin/mozilla/ar.pl index c9542a77b..13c3802ea 100644 --- a/bin/mozilla/ar.pl +++ b/bin/mozilla/ar.pl @@ -38,7 +38,7 @@ use SL::IS; use SL::PE; use SL::ReportGenerator; -use strict; +# use strict; #use warnings; # imports diff --git a/bin/mozilla/ic.pl b/bin/mozilla/ic.pl index 4830cc49d..bccac308a 100644 --- a/bin/mozilla/ic.pl +++ b/bin/mozilla/ic.pl @@ -36,7 +36,7 @@ use SL::IC; #use SL::PE; -use strict; +# use strict; #use warnings; # global imports -- 2.20.1