]> wagnertech.de Git - mfinanz.git/blobdiff - scripts/console
Merge branch 'master' of ssh://git-jbueren@lx-office.linet-services.de/~/lx-office-erp
[mfinanz.git] / scripts / console
index fc982aa3ce060c64fbb35eb5136b69e05d75e261..ca20b2bfe36864bc31d0bf9e8aab64a4255bbd9e 100755 (executable)
@@ -122,8 +122,9 @@ EOL
 }
 
 sub pp {
-  $Data::Dumper::Indent   = 2;
-  $Data::Dumper::Maxdepth = 2;
+  local $Data::Dumper::Indent   = 2;
+  local $Data::Dumper::Maxdepth = 2;
+  local $Data::Dumper::Sortkeys = 1;
   Data::Dumper::Dumper(@_);
 }