From ca84e219598d8c17b296112dad10baedbc9c2323 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 23 Oct 2009 17:30:37 +0200 Subject: [PATCH] am strict --- am.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- 2.20.1