[freeside-commits] freeside/FS/FS/part_export communigate_pro.pm, 1.38, 1.39
Ivan,,,
ivan at wavetail.420.am
Tue Aug 3 18:26:34 PDT 2010
Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory wavetail.420.am:/tmp/cvs-serv18476
Modified Files:
communigate_pro.pm
Log Message:
better serialization on debugging data, RT#7514
Index: communigate_pro.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/communigate_pro.pm,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -w -d -r1.38 -r1.39
--- communigate_pro.pm 4 Aug 2010 01:23:05 -0000 1.38
+++ communigate_pro.pm 4 Aug 2010 01:26:32 -0000 1.39
@@ -828,9 +828,8 @@
if ( ref($value) eq 'ARRAY' ) {
'['. join(' ', map { ref($_) ? _pretty($_) : $_ } @$value ). ']';
} elsif ( ref($value) eq 'HASH' ) {
- my $hv = $value->{$_};
join(', ', map { my $v = $value->{$_};
- "$_:". ref($v) ? _pretty($v) : $_
+ "$_:". ( ref($v) ? _pretty($v) : $_ );
}
keys %$value
);
More information about the freeside-commits
mailing list