From 60e14abfddb3e3bf68e19e586a0ad9cff615fcd6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 19 Oct 2009 17:26:47 +0200 Subject: [PATCH] auf strict gesetzt. --- SL/IO.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SL/IO.pm b/SL/IO.pm index ee85e23b1..32537e547 100644 --- a/SL/IO.pm +++ b/SL/IO.pm @@ -1,5 +1,7 @@ package IO; +use strict; + use SL::DBUtils; sub retrieve_partunits { -- 2.39.5