X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/eeadb745e5eb55be9e7601cd223f685e6eebb6ef..refs/heads/order_controller:/SL/MoreCommon.pm 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;