X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/dc3cd296e62eb09a16fa694d9b3a7158e4cf63bf..c9902d7658d0cacdf665971b32de0e054637efd0:/SL/Inifile.pm diff --git a/SL/Inifile.pm b/SL/Inifile.pm index 2331ca771..6895d6030 100644 --- a/SL/Inifile.pm +++ b/SL/Inifile.pm @@ -37,8 +37,10 @@ package Inifile; use IO::File; +use strict; + sub new { - $main::lxdebug->enter_sub(); + $main::lxdebug->enter_sub(2); my ($type, $file, %options) = @_; @@ -88,7 +90,7 @@ sub new { } close FH; - $main::lxdebug->leave_sub(); + $main::lxdebug->leave_sub(2); return bless $self, $type; }