X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FThingy.pm;h=afc2129b913641eaaaf641330781de873bc535cd;hb=809ac2e606559d68ff6e0580c0681fc71c6bc4b9;hp=5d7909cca930df91cf19e3a45710a0caee0bd9a7;hpb=a55714f18999ec1ac500dfcbf7f3f12cc4a96f99;p=spider.git diff --git a/perl/Thingy.pm b/perl/Thingy.pm index 5d7909cc..afc2129b 100644 --- a/perl/Thingy.pm +++ b/perl/Thingy.pm @@ -218,7 +218,7 @@ sub ascii my $dd = new Data::Dumper([$thing]); $dd->Indent(0); $dd->Terse(1); - $dd->Sortkeys(1); + #$dd->Sortkeys(1); $dd->Quotekeys($] < 5.005 ? 1 : 0); return $dd->Dumpxs; }