Skip to main content




Sereal-Encoder-5.004


Fast, compact, powerful binary serialization

Changes for 5.004

  • Decoder fixes: Fix thaw ordering for frozen objects. Nested THAW operations now happen in the documented LIFO order. Thanks to Marco Fontani for the report.

metacpan.org/dist/Sereal-Encod…



Sereal-Decoder-5.004


Fast, compact, powerful binary deserialization

Changes for 5.004

  • Fix thaw ordering for frozen objects. Nested THAW operations now happen in the documented LIFO order. Thanks to Marco Fontani for the report.

metacpan.org/dist/Sereal-Decod…



Sereal-5.004


Fast, compact, powerful binary (de-)serialization

Changes for 5.004

  • Decoder fixes: Fix thaw ordering for frozen objects. Nested THAW operations now happen in the documented LIFO order. Thanks to Marco Fontani for the report.

metacpan.org/dist/Sereal



Function-Parameters-2.002003


define functions and methods with parameter lists ("subroutine signatures")

Changes for 2.002003 - 2023-04-19

  • Fix line numbers after inlined type checks (gh #42). Previously, the code for type checks was inlined literally, so if a particular check took 5 lines of code, all the following line numbers in the source file would be off by 5 (they would be "pushed down" by the interpolated code). These bad line numbers would show up in error messages from Perl (including warn and die) as well as __LINE__ and caller (and thus stack traces).

metacpan.org/dist/Function-Par…

#42