Revision 705b8473
Von Sven Schöling vor mehr als 15 Jahren hinzugefügt
SL/Inifile.pm | ||
---|---|---|
38 | 38 |
use IO::File; |
39 | 39 |
|
40 | 40 |
sub new { |
41 |
$main::lxdebug->enter_sub(); |
|
41 |
$main::lxdebug->enter_sub(2);
|
|
42 | 42 |
|
43 | 43 |
my ($type, $file, %options) = @_; |
44 | 44 |
|
... | ... | |
88 | 88 |
} |
89 | 89 |
close FH; |
90 | 90 |
|
91 |
$main::lxdebug->leave_sub(); |
|
91 |
$main::lxdebug->leave_sub(2);
|
|
92 | 92 |
|
93 | 93 |
return bless $self, $type; |
94 | 94 |
} |
Auch abrufbar als: Unified diff
Whitespace Purge + 2 Funktionen auf Debuglevel 2 gesetzt.