https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28692 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy@rijksmuseum.nl --- Comment #3 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Data::Dumper->new([$self->unblessed], [qw(item)])->Indent(0)->Sortkeys(1)->Dump ) Hmm Not really like the looks of this statement personally. Not so intuitive as the easy functional interface print Dumper($a,$b) Since we use that so often, this might be confusing. Another thought: Why not set a BEGIN block in C4/Log with something like: $Data::Dumper::Indent = 0; etc And if you like preferences ;) you might wanna control this value somehow.. -- You are receiving this mail because: You are watching all bug changes.