From 5462668f1a4f0d541ba5927784f044ab559d6d59 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Thu, 29 Dec 2011 10:48:34 +0100 Subject: [PATCH] =?utf8?q?Studie=20hat=20ergeben:=20Einmal=20exportieren?= =?utf8?q?=20ist=20in=20100%=20der=20F=C3=A4lle=20genug.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/MoreCommon.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/MoreCommon.pm b/SL/MoreCommon.pm index 1c1e001d3..9be3bc8a1 100644 --- a/SL/MoreCommon.pm +++ b/SL/MoreCommon.pm @@ -4,7 +4,7 @@ require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(save_form restore_form compare_numbers any cross); -our @EXPORT_OK = qw(ary_union ary_intersect ary_diff listify ary_to_hash uri_encode uri_decode uri_encode uri_decode); +our @EXPORT_OK = qw(ary_union ary_intersect ary_diff listify ary_to_hash uri_encode uri_decode); use List::MoreUtils qw(zip); use YAML; -- 2.20.1