From 44e07950608338840d5142319f518448e5def7d9 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 4 Aug 2010 01:30:58 +0000 Subject: [PATCH] better serialization on debugging data, RT#7514 --- FS/FS/part_export/communigate_pro.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/part_export/communigate_pro.pm b/FS/FS/part_export/communigate_pro.pm index 90e697705..2cad24467 100644 --- a/FS/FS/part_export/communigate_pro.pm +++ b/FS/FS/part_export/communigate_pro.pm @@ -830,7 +830,7 @@ sub _pretty { } elsif ( ref($value) eq 'HASH' ) { '{'. join(', ', map { my $v = $value->{$_}; - "$_:". ( ref($v) ? _pretty($v) : $_ ); + "$_:". ( ref($v) ? _pretty($v) : $v ); } keys %$value ). '}'; -- 2.11.0