From: Sven Schöling Date: Fri, 23 Oct 2009 15:30:37 +0000 (+0200) Subject: am strict X-Git-Tag: release-2.6.1beta1~157 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=ca84e219598d8c17b296112dad10baedbc9c2323;p=kivitendo-erp.git am strict --- diff --git a/am.pl b/am.pl index e08d6cb49..a70e45233 100755 --- a/am.pl +++ b/am.pl @@ -30,7 +30,7 @@ # ####################################################################### -#use strict; +use strict; BEGIN { unshift @INC, "modules/override"; # Use our own versions of various modules (e.g. YAML).