]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Inifile.pm
Kosmetik - Formatierung vereinheitlicht
[kivitendo-erp.git] / SL / Inifile.pm
index 2331ca7712d1ddbf7613151ef2952bce3c764d2c..6895d6030b5c2b15502be359505d7aca93ea9036 100644 (file)
@@ -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;
 }