X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FMoreCommon.pm;h=b1ea817e486d7be87ba3ff05361928da4ceda7e5;hb=30e4ba28a7352159bb3e829b073540d579f55c18;hp=9f4fae60115bac0d2941fe9621b121bb25f244b8;hpb=eeadb745e5eb55be9e7601cd223f685e6eebb6ef;p=kivitendo-erp.git diff --git a/SL/MoreCommon.pm b/SL/MoreCommon.pm index 9f4fae601..b1ea817e4 100644 --- a/SL/MoreCommon.pm +++ b/SL/MoreCommon.pm @@ -6,6 +6,7 @@ our @ISA = qw(Exporter); our @EXPORT = qw(save_form restore_form compare_numbers cross); our @EXPORT_OK = qw(ary_union ary_intersect ary_diff listify ary_to_hash uri_encode uri_decode); +use Encode (); use List::MoreUtils qw(zip); use YAML;