From 3da055b72e1c1ae1bfe14ad25abb9cc6c75682d0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 6 Oct 2009 14:17:58 +0200 Subject: [PATCH] Kein Grund dass CVar nicht strict sein sollte. --- SL/CVar.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SL/CVar.pm b/SL/CVar.pm index 77d34e67a..f4ca64990 100644 --- a/SL/CVar.pm +++ b/SL/CVar.pm @@ -1,5 +1,7 @@ package CVar; +use strict; + use List::Util qw(first); use Data::Dumper; -- 2.20.1