Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: bd21571061a31f4d4fc09556811b26dc111d3bc7
https://github.com/Perl/perl5/commit/bd21571061a31f4d4fc09556811b26dc111d3bc7
Author: Nicholas Clark <[email protected]>
Date: 2021-05-14 (Fri, 14 May 2021)
Changed paths:
M dist/Data-Dumper/Dumper.pm
M dist/Data-Dumper/Dumper.xs
M dist/Data-Dumper/t/dumper.t
Log Message:
-----------
For 5.34.0, revert the fix for GH #18614 as it introduces a regression.
This reverts the XS code change from March 2021 from commit c71f1f234aad8a3c:
Make Data::Dumper mark regex output as UTF-8 if needed
retains the new tests, but skips them for Dumpxs.
The change fixed one bug, but introduced another (GH #18764). The fix for
both seems a little too risky this late in the release cycle, so revert to
the v5.32.0 behaviour for the v5.34.0 release itself. Both bugs will be fix
with a CPAN release very soon, which likely will also be in v5.34.1
Commit: fecd7102d8d3a0f8ec9aca293aa1f9e2fa661296
https://github.com/Perl/perl5/commit/fecd7102d8d3a0f8ec9aca293aa1f9e2fa661296
Author: Nicholas Clark <[email protected]>
Date: 2021-05-14 (Fri, 14 May 2021)
Changed paths:
M dist/Data-Dumper/Changes
Log Message:
-----------
Update Changes file for Data::Dumper.
Seems that there hasn't been a CPAN release for 2.5 years.
Compare: https://github.com/Perl/perl5/compare/1f6b8a94c5c1...fecd7102d8d3