]> wagnertech.de Git - mfinanz.git/blobdiff - SL/LXDebug.pm
Jedes Datenbankupdate wird in einer Transaktion gekapselt. Somit wird ein Upgradescri...
[mfinanz.git] / SL / LXDebug.pm
index ac7c577da53ed9b9ac7b21bb2b0bfbf870212b25..8a9619ca4752f067c7ca73aa5821565ddf3bb0e0 100644 (file)
@@ -1,13 +1,12 @@
 package LXDebug;
 
-use constant {
-  NONE   => 0,
-  INFO   => 1,
-  DEBUG1 => 2,
-  DEBUG2 => 3,
-
-  FILE_TARGET   => 0,
-  STDERR_TARGET => 1 };
+use constant NONE   => 0;
+use constant INFO   => 1;
+use constant DEBUG1 => 2;
+use constant DEBUG2 => 3;
+
+use constant FILE_TARGET   => 0;
+use constant STDERR_TARGET => 1;
 
 use POSIX qw(strftime);