RxPerl-v6.18.0
an implementation of Reactive Extensions / rxjs for Perl
Changes for v6.18.0 - 2023-02-01T13:05:04Z
- BREAKING CHANGE: op_switch_map, op_merge_map, op_concat_map and op_exhaust_map accept a second index argument in their callbacks.
- added op_switch_all, op_merge_all, op_concat_all and op_exhaust_all
Sereal-Encoder-5.002
Fast, compact, powerful binary serialization
Changes for 5.002
- Fixup Decoder tests to run on perl 5.8 which has no defined-or.
- Consolidated changes from 5.001_00x:
- Ensure that Encoder depends on the correct version of the Decoder. Gracious thanks to Slaven Rezic for being so patient in helping me get this release working properly.
- Test compatibility fixes when no perl is already installed.
- Add t/195_backcompat.t to check if the latest decoder will seamlessly handle reading output from older versions.
- Test compatibility fixes with version 3 and earlier.
Sereal-Decoder-5.002
Fast, compact, powerful binary deserialization
Changes for 5.002
- Fixup Decoder tests to run on perl 5.8 which has no defined-or.
- Consolidated changes from 5.001_00x:
- Ensure that Encoder depends on the correct version of the Decoder. Gracious thanks to Slaven Rezic for being so patient in helping me get this release working properly.
- Test compatibility fixes when no perl is already installed.
- Add t/195_backcompat.t to check if the latest decoder will seamlessly handle reading output from older versions.
- Test compatibility fixes with version 3 and earlier.
Sereal-5.002
Fast, compact, powerful binary (de-)serialization
Changes for 5.002
- Fixup Decoder tests to run on perl 5.8 which has no defined-or.
- Consolidated changes from 5.001_00x:
- Ensure that Encoder depends on the correct version of the Decoder. Gracious thanks to Slaven Rezic for being so patient in helping me get this release working properly.
- Test compatibility fixes when no perl is already installed.
- Add t/195_backcompat.t to check if the latest decoder will seamlessly handle reading output from older versions.
- Test compatibility fixes with version 3 and earlier.
App-Greple-9.0101
extensible grep with lexical expression and region handling
Changes for 9.0101 - 2023-02-01T11:20:43Z
- Fix a bug of handling empty block for -Mxlate module.
