X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FCVar.pm;h=02456cb0bd265ac2260ba5a6bf7d8aa65dfb17a9;hb=0e0dfd4f1176f309af3387cf45906d9026d2d15e;hp=0a91c59f6438a445a28a49c75ccdfd9f88f73b9e;hpb=69a44d3b470358fcd7e473d38fb5dfd5c62c8b50;p=kivitendo-erp.git diff --git a/SL/CVar.pm b/SL/CVar.pm index 0a91c59f6..02456cb0b 100644 --- a/SL/CVar.pm +++ b/SL/CVar.pm @@ -2,12 +2,13 @@ package CVar; use strict; +use List::MoreUtils qw(any); use List::Util qw(first); use Scalar::Util qw(blessed); use Data::Dumper; use SL::DBUtils; -use SL::MoreCommon qw(any listify); +use SL::MoreCommon qw(listify); sub get_configs { $main::lxdebug->enter_sub();