projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
699e686
)
SL::MoreCommon: benutztes Encode auch usen
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 24 Jun 2014 11:15:22 +0000
(13:15 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 24 Jun 2014 15:11:03 +0000
(17:11 +0200)
SL/MoreCommon.pm
patch
|
blob
|
history
diff --git
a/SL/MoreCommon.pm
b/SL/MoreCommon.pm
index
9f4fae6
..
b1ea817
100644
(file)
--- 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;