Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 8131b14be4bd2c1e114ba08e4a2cbe76db0a4e22
https://github.com/Perl/perl5/commit/8131b14be4bd2c1e114ba08e4a2cbe76db0a4e22
Author: Felipe Gasper <[email protected]>
Date: 2022-03-04 (Fri, 04 Mar 2022)
Changed paths:
M dump.c
M ext/Devel-Peek/t/Peek.t
M perl.h
M pod/perldelta.pod
Log Message:
-----------
Make sv_dump() (and Devel::Peek) escape PV contents with hex, not octal.
This improves the readability of SV dumps for those more familiar with
hex than octal--which, in 2022, is probably an outsized majority of
programmers.