Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 477f4a03e37263c07105852bb81a5fd391abdec8
https://github.com/Perl/perl5/commit/477f4a03e37263c07105852bb81a5fd391abdec8
Author: Graham Knop <[email protected]>
Date: 2022-06-24 (Fri, 24 Jun 2022)
Changed paths:
M dist/Storable/Makefile.PL
M dist/Storable/Storable.xs
Log Message:
-----------
Storable - always use ppport.h when building outside core
Commit: 7b92fe48f0def2bea3db4aa70f352ccf9d83b43a
https://github.com/Perl/perl5/commit/7b92fe48f0def2bea3db4aa70f352ccf9d83b43a
Author: Graham Knop <[email protected]>
Date: 2022-06-24 (Fri, 24 Jun 2022)
Changed paths:
M MANIFEST
M dist/Storable/Storable.xs
A dist/Storable/t/boolean.t
M dist/Storable/t/malice.t
Log Message:
-----------
Storable - maintain boolean values
Add two new types to storable for boolean values. Use them to encode booleans
when possible. Decode as booleans which will maintain their boolean
status when possible.
Compare: https://github.com/Perl/perl5/compare/35eefaa63f12...7b92fe48f0de