Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 0dd3fe3bfdc9d2da6ac42c8f3b612a149c7dffd3
https://github.com/Perl/perl5/commit/0dd3fe3bfdc9d2da6ac42c8f3b612a149c7dffd3
Author: Nicholas Clark <[email protected]>
Date: 2021-05-24 (Mon, 24 May 2021)
Changed paths:
M dist/Data-Dumper/Dumper.xs
Log Message:
-----------
Dumper.xs can use more emulation functions from ppport.h
ppport.h provides HvNAME_get and isWORDCHAR, so we can drop our duplicate
definitions.
We're already using the ppport.h emulation of utf8_to_uvchr_buf, so remove
ours. "my_sprintf is not supported by ppport.h" is no longer true, so "NEED"
ppport.h's my_sprintf, and remove our conditional compilation.
Commit: a34aeaaf15a3fe701c0e5ca3169bf050bfe407b4
https://github.com/Perl/perl5/commit/a34aeaaf15a3fe701c0e5ca3169bf050bfe407b4
Author: Nicholas Clark <[email protected]>
Date: 2021-05-24 (Mon, 24 May 2021)
Changed paths:
M dist/Data-Dumper/Dumper.xs
Log Message:
-----------
5.8.1 provides all of isASCII, isPRINT, isALPHA and isIDFIRST.
So no need to emulate them.
Commit: 18e5156b1786a26cd70a7f8ff84c10956d93faf3
https://github.com/Perl/perl5/commit/18e5156b1786a26cd70a7f8ff84c10956d93faf3
Author: Nicholas Clark <[email protected]>
Date: 2021-05-24 (Mon, 24 May 2021)
Changed paths:
M dist/Data-Dumper/Changes
M dist/Data-Dumper/Dumper.pm
Log Message:
-----------
Bump Data::Dumper's $VERSION and update Changes, for a dev release.
Compare: https://github.com/Perl/perl5/compare/18281d654793...18e5156b1786