http://www.perlmonks.org?node_id=302378


in reply to Serious Bug in latest Data::Dumper under 5.6.1

Similar problem can be reproduced on perl 5.8.0 too. Minimal test case:
use Data::Dumper; $Data::Dumper::Sortkeys = sub { [ sort keys %{$_[0]} ] }; print Dumper({}, {});

--
Ilya Martynov, ilya@iponweb.net
CTO IPonWEB (UK) Ltd
Quality Perl Programming and Unix Support UK managed @ offshore prices - http://www.iponweb.net
Personal website - http://martynov.org