From 85f6a0101a9ac918ce2aea54fa39f711adbb535b Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 3 Nov 2009 13:13:34 +0100 Subject: [PATCH] Ueberfluessiges + entfernt. --- SL/MoreCommon.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/SL/MoreCommon.pm b/SL/MoreCommon.pm index 48eef0cf9..e93dd172e 100644 --- a/SL/MoreCommon.pm +++ b/SL/MoreCommon.pm @@ -165,6 +165,5 @@ sub listify { my @ary = scalar @_ > 1 ? @_ : ref $_[0] eq 'ARRAY' ? @{ $_[0] } : (@_); return wantarray ? @ary : scalar @ary; } -+ 1; -- 2.20.1