NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Diffing Data::Dumper (Score:2, Interesting)
life is too short
Reply to This
Re:Diffing Data::Dumper (Score:3, Interesting)
Re:Diffing Data::Dumper (Score:4, Insightful)
I'm familiar with ordering the has keys. The problem stems from this note in the CHANGES file for Data::Dumper:
That's the problem that's killing me, but there's probably a simple setting that I overlooked :)
As a side note, the segfault was being caused by my having a PERL5LIB environment variable silently pointing to my personal CPAN directory. That directory has a version of Storable compiled for 5.6.1 which, as we know, is not binary compatible with 5.8.1.
Reply to This
Parent