Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 95c346b5b497ae84a20c338ecd9e93ea08b36f25
https://github.com/Perl/perl5/commit/95c346b5b497ae84a20c338ecd9e93ea08b36f25
Author: Graham Knop <[email protected]>
Date: 2022-06-25 (Sat, 25 Jun 2022)
Changed paths:
M dist/Data-Dumper/Dumper.pm
Log Message:
-----------
Data::Dumper - fix version number in Pod
Commit: a3ce572005e2b50f14ab639d7f63677f358594f8
https://github.com/Perl/perl5/commit/a3ce572005e2b50f14ab639d7f63677f358594f8
Author: Graham Knop <[email protected]>
Date: 2022-06-25 (Sat, 25 Jun 2022)
Changed paths:
M dist/Data-Dumper/Dumper.pm
M dist/Data-Dumper/Dumper.xs
M dist/Data-Dumper/t/dumper.t
Log Message:
-----------
Data::Dumper - dump booleans as booleans
Use the support for tracking booleans to dump boolean values as !!1 and
!!0.
Compare: https://github.com/Perl/perl5/compare/d26b5e1d8818...a3ce572005e2