From 58815cbab6c90fcba0d1ad13b5dd67bc0ae9b79e Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 2 Mar 2017 14:57:47 +0100 Subject: [PATCH] =?utf8?q?LXDebug::dump:=20Objekte=20aus=20Namensraum=20SL?= =?utf8?q?::*=20ohne=20=C2=BBas=5Fdebug=5Finfo=C2=AB=20wie=20Hash=20behand?= =?utf8?q?eln?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/LXDebug.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/LXDebug.pm b/SL/LXDebug.pm index 2c06b8b86..40ec54c8a 100644 --- a/SL/LXDebug.pm +++ b/SL/LXDebug.pm @@ -187,7 +187,7 @@ sub dump { } - } elsif (ref($src) =~ m{^(?:HASH|Form)$}) { + } elsif (ref($src) =~ m{^(?:HASH|Form|SL::.+)$}) { $dumped{$addr} = {}; foreach my $key (keys %{ $src }) { -- 2.20.1