in reply to Re^4: Human-readable serialization formats other than YAML?
in thread Human-readable serialization formats other than YAML?

It bit me back in the 5.6 days in the context of cross platform and different perl versions with stringified hash comparisons in test.t files. The data was the same, but the order was different so the tests failed. At least nowadays it looks like it should bite you immediately instead of after uploading your pride and joy to CPAN only to have it fail tests here, there, and everywhere! Thanks for the info.

  • Comment on Re^5: Human-readable serialization formats other than YAML?