Fix segfault with "into" interface when decoding references and strings into the same target SV. See new test t/550_decode_into.t
Changes for version 3.001_007
Try to fix Encoder/t/010_desperate.t on threaded perls (yes that many releases. sigh)
Changes for version 3.001_006
Rework bulk tests so we test more, but report less tests. The test infrastructure doesn't play well with lots of tests in a file. Similarly, if we fail one of the methods in the bulk tests we stop testing the rest.
Changes for version 3.001_005
Fixup how MakeMaker runs the tests.
Changes for version 3.001_004
Rework bulk tests so that tests are grouped by options and version
Fixups for non-x86 architectures.
Changes for version 3.001_003
Changes for version 3.001_002
Attempts to fix builds on sparc, s390x and ARM.
Changes for version 3.001_001
Patches from Jarkko Hietaniemi to make Sereal pass test on HP-UX, and other machines with endian or alignedness issues. Thanks to H.Merijn Brand for assisting and providing access to test machines.